#232BB5

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

Shades of Persian Blue #232BB5

Tints of Persian Blue #232BB5

Color information

#232BB5 (or 0x232BB5) is unknown color: approx Persian Blue. HEX triplet: 23, 2B and B5. RGB value is (35,43,181). Sum of RGB (Red+Green+Blue) = 35+43+181=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #232BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232BB5 is #DCD44A. Grayscale: #373737. Windows color (decimal): -14472267 or 11873059. OLE color: 11873059.

HSL color Cylindrical-coordinate representation of color #232BB5: hue angle of 236.71º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #232BB5 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3543181-
CMYK0.810.7600.29
HSL236.71º67.59%42.35%-
HSV(B)236.71º80.66%70.98%-
XYZ9.95.4244.24-
YUV56.34198.35112.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.51%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 181 (71.09% from 255) = 69.88%
R=13.51%
G=16.60%
B=69.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal35431810.810.7600.29236.7167.5942.35
Hex232BB5514C01Ded442a
Octal435326512111403535510452
Binary1000111010111011010110100011001100011101111011011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,43,181); }

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

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

 a { background-color: rgb(35,43,181); }

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

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

 span { border-color: rgb(35,43,181); }

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