Html Css Color HEX #2436DD Persian Blue

📋 copy color: '#2436DD'

red 36 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #2436DD

Tints of Persian Blue #2436DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.06%

R = 11.58%
G = 17.36%
B = 71.06%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2436DD (or 0x2436DD) is known color: Persian Blue. HEX triplet: 24, 36 and DD. RGB value is (36,54,221). Sum of RGB (Red+Green+Blue) = 36+54+221=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #2436DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436DD is #DBC922. Grayscale: #424242. Windows color (decimal): -14403875 or 14497316. OLE color: 14497316.

HSL color Cylindrical-coordinate representation of color #2436DD: hue angle of 234.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2436DD is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 36 54 221 -
CMYK 0.84 0.76 0 0.13
HSL 234.16º 0.73% 0.5% -
HSV(B) 234.16º 0.84% 0.87% -
XYZ 15.1 8.23 69.2 -
YUV 67.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 36 54 221 0.84 0.76 0 0.13 234.16 0.73 0.5
Hex 24 36 DD 54 4C 0 D EA 49 32
Octal 44 66 335 124 114 0 15 352 111 62
Binary 100100 110110 11011101 1010100 1001100 0 1101 11101010 1001001 110010

Color Harmonies of #2436DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2436DD

Black with #2436DD

Text Example


Text Example

White with #2436DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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