Html Css Color HEX #0036DC Persian Blue

📋 copy color: '#0036DC'

red 0 ◦ green 54 ◦ blue 220

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

Shades of Persian Blue #0036DC

Tints of Persian Blue #0036DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 220 (86.33% from 255) = 80.29%

R = 0%
G = 19.71%
B = 80.29%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0036DC (or 0x0036DC) is known color: Persian Blue. HEX triplet: 00, 36 and DC. RGB value is (0,54,220). Sum of RGB (Red+Green+Blue) = 0+54+220=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #0036DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036DC is #FFC923. Grayscale: #383838. Windows color (decimal): -16763172 or 14431744. OLE color: 14431744.

HSL color Cylindrical-coordinate representation of color #0036DC: hue angle of 225.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0036DC is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 54 220 -
CMYK 1 0.75 0 0.14
HSL 225.27º 1% 0.43% -
HSV(B) 225.27º 1% 0.86% -
XYZ 14.24 7.81 68.47 -
YUV 56.78 220.11 87.5 -
System Red Green Blue C M Y K H S L
Decimal 0 54 220 1 0.75 0 0.14 225.27 1 0.43
Hex 0 36 DC 64 4B 0 E E1 64 2B
Octal 0 66 334 144 113 0 16 341 144 53
Binary 0 110110 11011100 1100100 1001011 0 1110 11100001 1100100 101011

Color Harmonies of #0036DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0036DC

Black with #0036DC

Text Example


Text Example

White with #0036DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0036DC; }

 p { color: rgb(0,54,220); }

 H1.HeaderClassName
 {
   color: #0036DC;
 }
 .AnyTagClassName
 {
   color: #0036DC;
 }
</style>

background-color css

<style>
 a { background-color: #0036DC; }

 a { background-color: rgb(0,54,220); }

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

border-color css

<style>
 span { border-color: #0036DC; }

 span { border-color: rgb(0,54,220); }

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