Html Css Color HEX #2436DB Persian Blue

📋 copy color: '#2436DB'

red 36 ◦ green 54 ◦ blue 219

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

Shades of Persian Blue #2436DB

Tints of Persian Blue #2436DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.48%

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 11.65%
G = 17.48%
B = 70.87%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2436DB (or 0x2436DB) is known color: Persian Blue. HEX triplet: 24, 36 and DB. RGB value is (36,54,219). Sum of RGB (Red+Green+Blue) = 36+54+219=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #2436DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436DB is #DBC924. Grayscale: #424242. Windows color (decimal): -14403877 or 14366244. OLE color: 14366244.

HSL color Cylindrical-coordinate representation of color #2436DB: hue angle of 234.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2436DB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 36 54 219 -
CMYK 0.84 0.75 0 0.14
HSL 234.1º 0.72% 0.5% -
HSV(B) 234.1º 0.84% 0.86% -
XYZ 14.83 8.13 67.8 -
YUV 67.43 213.54 105.58 -
System Red Green Blue C M Y K H S L
Decimal 36 54 219 0.84 0.75 0 0.14 234.1 0.72 0.5
Hex 24 36 DB 54 4B 0 E EA 48 32
Octal 44 66 333 124 113 0 16 352 110 62
Binary 100100 110110 11011011 1010100 1001011 0 1110 11101010 1001000 110010

Color Harmonies of #2436DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2436DB

Black with #2436DB

Text Example


Text Example

White with #2436DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2436DB; }

 p { color: rgb(36,54,219); }

 H1.HeaderClassName
 {
   color: #2436DB;
 }
 .AnyTagClassName
 {
   color: #2436DB;
 }
</style>

background-color css

<style>
 a { background-color: #2436DB; }

 a { background-color: rgb(36,54,219); }

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

border-color css

<style>
 span { border-color: #2436DB; }

 span { border-color: rgb(36,54,219); }

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