#232AC4

Color #232AC4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #232AC4

Tints of Persian Blue #232AC4

Color information

#232AC4 (or 0x232AC4) is unknown color: approx Persian Blue. HEX triplet: 23, 2A and C4. RGB value is (35,42,196). Sum of RGB (Red+Green+Blue) = 35+42+196=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #232AC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232AC4 is #DCD53B. Grayscale: #383838. Windows color (decimal): -14472508 or 12855843. OLE color: 12855843.

HSL color Cylindrical-coordinate representation of color #232AC4: hue angle of 237.39º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #232AC4 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3542196-
CMYK0.820.7900.23
HSL237.39º69.7%45.29%-
HSV(B)237.39º82.14%76.86%-
XYZ11.48652.78-
YUV57.46206.18111.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 12.82%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 196 (76.95% from 255) = 71.79%
R=12.82%
G=15.38%
B=71.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal35421960.820.7900.23237.3969.745.29
Hex232AC4524F017ed462d
Octal435230412211702735510655
Binary1000111010101100010010100101001111010111111011011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232AC4; }

 p { color: rgb(35,42,196); }

 H1.HeaderClassName
 {
   color: #232AC4;
 }
 .AnyTagClassName
 {
   color: #232AC4;
 }
</style>
background-color css

<style>
 a { background-color: #232AC4; }

 a { background-color: rgb(35,42,196); }

 div.DivClassName
 {
   background-color: #232AC4;
 }
 .BgClassName
 {
   background-color: #232AC4;
 }
</style>
border-color css

<style>
 span { border-color: #232AC4; }

 span { border-color: rgb(35,42,196); }

 td.TdClassName
 {
   border-color: #232AC4;
 }
 .TagClassName
 {
   border-color: #232AC4;
 }
</style>