#2432E8

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

Shades of Persian Blue #2432E8

Tints of Persian Blue #2432E8

Color information

#2432E8 (or 0x2432E8) is unknown color: approx Persian Blue. HEX triplet: 24, 32 and E8. RGB value is (36,50,232). Sum of RGB (Red+Green+Blue) = 36+50+232=318 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.32% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 232 (91.02% from 255 or 72.96% from 318); Max value from RGB is 232 - color contains mainly: blue. Hex color #2432E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2432E8 is #DBCD17. Grayscale: #414141. Windows color (decimal): -14404888 or 15217188. OLE color: 15217188.

HSL color Cylindrical-coordinate representation of color #2432E8: hue angle of 235.71º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2432E8 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3650232-
CMYK0.840.7800.09
HSL235.71º80.99%52.55%-
HSV(B)235.71º84.48%90.98%-
XYZ16.438.4877.12-
YUV66.56221.36106.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.32%
GREEN value IS 50 (19.92% from 255) = 15.72%
BLUE value IS 232 (91.02% from 255) = 72.96%
R=11.32%
G=15.72%
B=72.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal36502320.840.7800.09235.7180.9952.55
Hex2432E8544E09ec5135
Octal446235012411601135412165
Binary100100110010111010001010100100111001001111011001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2432E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2432E8; }

 p { color: rgb(36,50,232); }

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

<style>
 a { background-color: #2432E8; }

 a { background-color: rgb(36,50,232); }

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

<style>
 span { border-color: #2432E8; }

 span { border-color: rgb(36,50,232); }

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