#232CAE

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

Shades of Persian Blue #232CAE

Tints of Persian Blue #232CAE

Color information

#232CAE (or 0x232CAE) is unknown color: approx Persian Blue. HEX triplet: 23, 2C and AE. RGB value is (35,44,174). Sum of RGB (Red+Green+Blue) = 35+44+174=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #232CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CAE is #DCD351. Grayscale: #373737. Windows color (decimal): -14472018 or 11414563. OLE color: 11414563.

HSL color Cylindrical-coordinate representation of color #232CAE: hue angle of 236.12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232CAE is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3544174-
CMYK0.800.7500.32
HSL236.12º66.51%40.98%-
HSV(B)236.12º79.89%68.24%-
XYZ9.235.2140.56-
YUV56.13194.52112.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.83%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=13.83%
G=17.39%
B=68.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35441740.800.7500.32236.1266.5140.98
Hex232CAE504B020ec4329
Octal435425612011304035410351
Binary10001110110010101110101000010010110100000111011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,44,174); }

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

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

 a { background-color: rgb(35,44,174); }

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

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

 span { border-color: rgb(35,44,174); }

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