#232DAE

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

Shades of Persian Blue #232DAE

Tints of Persian Blue #232DAE

Color information

#232DAE (or 0x232DAE) is unknown color: approx Persian Blue. HEX triplet: 23, 2D and AE. RGB value is (35,45,174). Sum of RGB (Red+Green+Blue) = 35+45+174=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #232DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DAE is #DCD251. Grayscale: #383838. Windows color (decimal): -14471762 or 11414819. OLE color: 11414819.

HSL color Cylindrical-coordinate representation of color #232DAE: hue angle of 235.68º 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 #232DAE is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3545174-
CMYK0.800.7400.32
HSL235.68º66.51%40.98%-
HSV(B)235.68º79.89%68.24%-
XYZ9.275.2940.58-
YUV56.72194.19112.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.78%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 174 (68.36% from 255) = 68.50%
R=13.78%
G=17.72%
B=68.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal35451740.800.7400.32235.6866.5140.98
Hex232DAE504A020ec4329
Octal435525612011204035410351
Binary10001110110110101110101000010010100100000111011001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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