Html Css Color HEX #2435CD Persian Blue

📋 copy color: '#2435CD'

red 36 ◦ green 53 ◦ blue 205

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

Shades of Persian Blue #2435CD

Tints of Persian Blue #2435CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 12.24%
G = 18.03%
B = 69.73%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2435CD (or 0x2435CD) is known color: Persian Blue. HEX triplet: 24, 35 and CD. RGB value is (36,53,205). Sum of RGB (Red+Green+Blue) = 36+53+205=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #2435CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435CD is #DBCA32. Grayscale: #404040. Windows color (decimal): -14404147 or 13448484. OLE color: 13448484.

HSL color Cylindrical-coordinate representation of color #2435CD: hue angle of 233.96º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2435CD is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 53 205 -
CMYK 0.82 0.74 0 0.20
HSL 233.96º 0.7% 0.47% -
HSV(B) 233.96º 0.82% 0.8% -
XYZ 13.02 7.33 58.49 -
YUV 65.25 206.87 107.14 -
System Red Green Blue C M Y K H S L
Decimal 36 53 205 0.82 0.74 0 0.20 233.96 0.7 0.47
Hex 24 35 CD 52 4A 0 14 EA 46 2F
Octal 44 65 315 122 112 0 24 352 106 57
Binary 100100 110101 11001101 1010010 1001010 0 10100 11101010 1000110 101111

Color Harmonies of #2435CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2435CD

Black with #2435CD

Text Example


Text Example

White with #2435CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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