Html Css Color HEX #0336C9 Persian Blue

📋 copy color: '#0336C9'

red 3 ◦ green 54 ◦ blue 201

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

Shades of Persian Blue #0336C9

Tints of Persian Blue #0336C9

RGB

 RED value IS 3 (1.56% from 255) = 1.16%

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

 BLUE value IS 201 (78.91% from 255) = 77.91%

R = 1.16%
G = 20.93%
B = 77.91%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0336C9 (or 0x0336C9) is known color: Persian Blue. HEX triplet: 03, 36 and C9. RGB value is (3,54,201). Sum of RGB (Red+Green+Blue) = 3+54+201=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 201 (78.91% from 255 or 77.91% from 258); Max value from RGB is 201 - color contains mainly: blue. Hex color #0336C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336C9 is #FCC936. Grayscale: #363636. Windows color (decimal): -16566583 or 13186563. OLE color: 13186563.

HSL color Cylindrical-coordinate representation of color #0336C9: hue angle of 224.55º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0336C9 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 54 201 -
CMYK 0.99 0.73 0 0.21
HSL 224.55º 0.97% 0.4% -
HSV(B) 224.55º 0.99% 0.79% -
XYZ 11.9 6.87 55.96 -
YUV 55.51 210.1 90.55 -
System Red Green Blue C M Y K H S L
Decimal 3 54 201 0.99 0.73 0 0.21 224.55 0.97 0.4
Hex 3 36 C9 63 49 0 15 E1 61 28
Octal 3 66 311 143 111 0 25 341 141 50
Binary 11 110110 11001001 1100011 1001001 0 10101 11100001 1100001 101000

Color Harmonies of #0336C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0336C9

Black with #0336C9

Text Example


Text Example

White with #0336C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0336C9; }

 p { color: rgb(3,54,201); }

 H1.HeaderClassName
 {
   color: #0336C9;
 }
 .AnyTagClassName
 {
   color: #0336C9;
 }
</style>

background-color css

<style>
 a { background-color: #0336C9; }

 a { background-color: rgb(3,54,201); }

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

border-color css

<style>
 span { border-color: #0336C9; }

 span { border-color: rgb(3,54,201); }

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