Html Css Color HEX #0336CE Persian Blue

📋 copy color: '#0336CE'

red 3 ◦ green 54 ◦ blue 206

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

Shades of Persian Blue #0336CE

Tints of Persian Blue #0336CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 78.33%

R = 1.14%
G = 20.53%
B = 78.33%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0336CE (or 0x0336CE) is known color: Persian Blue. HEX triplet: 03, 36 and CE. RGB value is (3,54,206). Sum of RGB (Red+Green+Blue) = 3+54+206=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 206 (80.86% from 255 or 78.33% from 263); Max value from RGB is 206 - color contains mainly: blue. Hex color #0336CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0336CE is #FCC931. Grayscale: #373737. Windows color (decimal): -16566578 or 13514243. OLE color: 13514243.

HSL color Cylindrical-coordinate representation of color #0336CE: hue angle of 224.93º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0336CE is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 54 206 -
CMYK 0.99 0.74 0 0.19
HSL 224.93º 0.97% 0.41% -
HSV(B) 224.93º 0.99% 0.81% -
XYZ 12.5 7.11 59.11 -
YUV 56.08 212.6 90.14 -
System Red Green Blue C M Y K H S L
Decimal 3 54 206 0.99 0.74 0 0.19 224.93 0.97 0.41
Hex 3 36 CE 63 4A 0 13 E1 61 29
Octal 3 66 316 143 112 0 23 341 141 51
Binary 11 110110 11001110 1100011 1001010 0 10011 11100001 1100001 101001

Color Harmonies of #0336CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0336CE

Black with #0336CE

Text Example


Text Example

White with #0336CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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