Html Css Color HEX #0036DD Persian Blue

📋 copy color: '#0036DD'

red 0 ◦ green 54 ◦ blue 221

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

Shades of Persian Blue #0036DD

Tints of Persian Blue #0036DD

RGB

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

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

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

R = 0%
G = 19.64%
B = 80.36%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0036DD (or 0x0036DD) is known color: Persian Blue. HEX triplet: 00, 36 and DD. RGB value is (0,54,221). Sum of RGB (Red+Green+Blue) = 0+54+221=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #0036DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0036DD is #FFC922. Grayscale: #383838. Windows color (decimal): -16763171 or 14497280. OLE color: 14497280.

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

Color convert

RGB 0 54 221 -
CMYK 1 0.76 0 0.13
HSL 225.34º 1% 0.43% -
HSV(B) 225.34º 1% 0.87% -
XYZ 14.37 7.86 69.17 -
YUV 56.89 220.61 87.42 -
System Red Green Blue C M Y K H S L
Decimal 0 54 221 1 0.76 0 0.13 225.34 1 0.43
Hex 0 36 DD 64 4C 0 D E1 64 2B
Octal 0 66 335 144 114 0 15 341 144 53
Binary 0 110110 11011101 1100100 1001100 0 1101 11100001 1100100 101011

Color Harmonies of #0036DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0036DD

Black with #0036DD

Text Example


Text Example

White with #0036DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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