Html Css Color HEX #2435CA Persian Blue

📋 copy color: '#2435CA'

red 36 ◦ green 53 ◦ blue 202

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

Shades of Persian Blue #2435CA

Tints of Persian Blue #2435CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 69.42%

R = 12.37%
G = 18.21%
B = 69.42%

CMYK

 C value IS 0.82

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2435CA (or 0x2435CA) is known color: Persian Blue. HEX triplet: 24, 35 and CA. RGB value is (36,53,202). Sum of RGB (Red+Green+Blue) = 36+53+202=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #2435CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2435CA is #DBCA35. Grayscale: #404040. Windows color (decimal): -14404150 or 13251876. OLE color: 13251876.

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

Color convert

RGB 36 53 202 -
CMYK 0.82 0.74 0 0.21
HSL 233.86º 0.7% 0.47% -
HSV(B) 233.86º 0.82% 0.79% -
XYZ 12.66 7.19 56.6 -
YUV 64.9 205.37 107.38 -
System Red Green Blue C M Y K H S L
Decimal 36 53 202 0.82 0.74 0 0.21 233.86 0.7 0.47
Hex 24 35 CA 52 4A 0 15 EA 46 2F
Octal 44 65 312 122 112 0 25 352 106 57
Binary 100100 110101 11001010 1010010 1001010 0 10101 11101010 1000110 101111

Color Harmonies of #2435CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2435CA

Black with #2435CA

Text Example


Text Example

White with #2435CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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