Html Css Color HEX #033060 Prussian Blue

📋 copy color: '#033060'

red 3 ◦ green 48 ◦ blue 96

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

Shades of Prussian Blue #033060

Tints of Prussian Blue #033060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 2.04%
G = 32.65%
B = 65.31%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#033060 (or 0x033060) is known color: Prussian Blue. HEX triplet: 03, 30 and 60. RGB value is (3,48,96). Sum of RGB (Red+Green+Blue) = 3+48+96=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #033060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033060 is #FCCF9F. Grayscale: #272727. Windows color (decimal): -16568224 or 6303747. OLE color: 6303747.

HSL color Cylindrical-coordinate representation of color #033060: hue angle of 210.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033060 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 48 96 -
CMYK 0.97 0.50 0 0.62
HSL 210.97º 0.94% 0.19% -
HSV(B) 210.97º 0.97% 0.38% -
XYZ 3.21 2.98 11.47 -
YUV 40.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 3 48 96 0.97 0.50 0 0.62 210.97 0.94 0.19
Hex 3 30 60 61 32 0 3E D3 5E 13
Octal 3 60 140 141 62 0 76 323 136 23
Binary 11 110000 1100000 1100001 110010 0 111110 11010011 1011110 10011

Color Harmonies of #033060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033060

Black with #033060

Text Example


Text Example

White with #033060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033060; }

 p { color: rgb(3,48,96); }

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

background-color css

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

 a { background-color: rgb(3,48,96); }

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

border-color css

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

 span { border-color: rgb(3,48,96); }

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