Html Css Color HEX #2436C2 Persian Blue

📋 copy color: '#2436C2'

red 36 ◦ green 54 ◦ blue 194

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

Shades of Persian Blue #2436C2

Tints of Persian Blue #2436C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 68.31%

R = 12.68%
G = 19.01%
B = 68.31%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2436C2 (or 0x2436C2) is known color: Persian Blue. HEX triplet: 24, 36 and C2. RGB value is (36,54,194). Sum of RGB (Red+Green+Blue) = 36+54+194=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 194 (76.17% from 255 or 68.31% from 284); Max value from RGB is 194 - color contains mainly: blue. Hex color #2436C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2436C2 is #DBC93D. Grayscale: #404040. Windows color (decimal): -14403902 or 12727844. OLE color: 12727844.

HSL color Cylindrical-coordinate representation of color #2436C2: hue angle of 233.16º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2436C2 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 36 54 194 -
CMYK 0.81 0.72 0 0.24
HSL 233.16º 0.69% 0.45% -
HSV(B) 233.16º 0.81% 0.76% -
XYZ 11.78 6.91 51.75 -
YUV 64.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 36 54 194 0.81 0.72 0 0.24 233.16 0.69 0.45
Hex 24 36 C2 51 48 0 18 E9 45 2D
Octal 44 66 302 121 110 0 30 351 105 55
Binary 100100 110110 11000010 1010001 1001000 0 11000 11101001 1000101 101101

Color Harmonies of #2436C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2436C2

Black with #2436C2

Text Example


Text Example

White with #2436C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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