Html Css Color HEX #2432ED Persian Blue

📋 copy color: '#2432ED'

red 36 ◦ green 50 ◦ blue 237

#2432ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2432ED

Tints of Persian Blue #2432ED

RGB

 RED value IS 36 (14.45% from 255) = 11.15%

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 237 (92.97% from 255) = 73.37%

R = 11.15%
G = 15.48%
B = 73.37%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2432ED (or 0x2432ED) is known color: Persian Blue. HEX triplet: 24, 32 and ED. RGB value is (36,50,237). Sum of RGB (Red+Green+Blue) = 36+50+237=323 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.15% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 237 (92.97% from 255 or 73.37% from 323); Max value from RGB is 237 - color contains mainly: blue. Hex color #2432ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2432ED is #DBCD12. Grayscale: #424242. Windows color (decimal): -14404883 or 15544868. OLE color: 15544868.

HSL color Cylindrical-coordinate representation of color #2432ED: hue angle of 235.82º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2432ED is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 50 237 -
CMYK 0.85 0.79 0 0.07
HSL 235.82º 0.85% 0.54% -
HSV(B) 235.82º 0.85% 0.93% -
XYZ 17.15 8.77 80.91 -
YUV 67.13 223.86 105.79 -
System Red Green Blue C M Y K H S L
Decimal 36 50 237 0.85 0.79 0 0.07 235.82 0.85 0.54
Hex 24 32 ED 55 4F 0 7 EC 55 36
Octal 44 62 355 125 117 0 7 354 125 66
Binary 100100 110010 11101101 1010101 1001111 0 111 11101100 1010101 110110

Color Harmonies of #2432ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2432ED

Black with #2432ED

Text Example


Text Example

White with #2432ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2432ED;
 }
 .AnyTagClassName
 {
   color: #2432ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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