Html Css Color HEX #033062 Prussian Blue

📋 copy color: '#033062'

red 3 ◦ green 48 ◦ blue 98

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

Shades of Prussian Blue #033062

Tints of Prussian Blue #033062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 2.01%
G = 32.21%
B = 65.77%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#033062 (or 0x033062) is known color: Prussian Blue. HEX triplet: 03, 30 and 62. RGB value is (3,48,98). Sum of RGB (Red+Green+Blue) = 3+48+98=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #033062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033062 is #FCCF9D. Grayscale: #282828. Windows color (decimal): -16568222 or 6434819. OLE color: 6434819.

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

Color convert

RGB 3 48 98 -
CMYK 0.97 0.51 0 0.62
HSL 211.58º 0.94% 0.2% -
HSV(B) 211.58º 0.97% 0.38% -
XYZ 3.3 3.02 11.96 -
YUV 40.25 160.59 101.43 -
System Red Green Blue C M Y K H S L
Decimal 3 48 98 0.97 0.51 0 0.62 211.58 0.94 0.2
Hex 3 30 62 61 33 0 3E D4 5E 14
Octal 3 60 142 141 63 0 76 324 136 24
Binary 11 110000 1100010 1100001 110011 0 111110 11010100 1011110 10100

Color Harmonies of #033062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033062

Black with #033062

Text Example


Text Example

White with #033062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033062; }

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

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

background-color css

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

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

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

border-color css

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

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

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