Html Css Color HEX #2435E0 Persian Blue

📋 copy color: '#2435E0'

red 36 ◦ green 53 ◦ blue 224

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

Shades of Persian Blue #2435E0

Tints of Persian Blue #2435E0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

 BLUE value IS 224 (87.89% from 255) = 71.57%

R = 11.5%
G = 16.93%
B = 71.57%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2435E0 (or 0x2435E0) is known color: Persian Blue. HEX triplet: 24, 35 and E0. RGB value is (36,53,224). Sum of RGB (Red+Green+Blue) = 36+53+224=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #2435E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435E0 is #DBCA1F. Grayscale: #424242. Windows color (decimal): -14404128 or 14693668. OLE color: 14693668.

HSL color Cylindrical-coordinate representation of color #2435E0: hue angle of 234.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2435E0 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 36 53 224 -
CMYK 0.84 0.76 0 0.12
HSL 234.57º 0.75% 0.51% -
HSV(B) 234.57º 0.84% 0.88% -
XYZ 15.46 8.3 71.31 -
YUV 67.41 216.37 105.6 -
System Red Green Blue C M Y K H S L
Decimal 36 53 224 0.84 0.76 0 0.12 234.57 0.75 0.51
Hex 24 35 E0 54 4C 0 C EB 4B 33
Octal 44 65 340 124 114 0 14 353 113 63
Binary 100100 110101 11100000 1010100 1001100 0 1100 11101011 1001011 110011

Color Harmonies of #2435E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2435E0

Black with #2435E0

Text Example


Text Example

White with #2435E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2435E0; }

 p { color: rgb(36,53,224); }

 H1.HeaderClassName
 {
   color: #2435E0;
 }
 .AnyTagClassName
 {
   color: #2435E0;
 }
</style>

background-color css

<style>
 a { background-color: #2435E0; }

 a { background-color: rgb(36,53,224); }

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

border-color css

<style>
 span { border-color: #2435E0; }

 span { border-color: rgb(36,53,224); }

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