Html Css Color HEX #033A56 Prussian Blue

📋 copy color: '#033A56'

red 3 ◦ green 58 ◦ blue 86

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

Shades of Prussian Blue #033A56

Tints of Prussian Blue #033A56

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.46%

 BLUE value IS 86 (33.98% from 255) = 58.5%

R = 2.04%
G = 39.46%
B = 58.5%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#033A56 (or 0x033A56) is known color: Prussian Blue. HEX triplet: 03, 3A and 56. RGB value is (3,58,86). Sum of RGB (Red+Green+Blue) = 3+58+86=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #033A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A56 is #FCC5A9. Grayscale: #2C2C2C. Windows color (decimal): -16565674 or 5650947. OLE color: 5650947.

HSL color Cylindrical-coordinate representation of color #033A56: hue angle of 200.24º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A56 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 58 86 -
CMYK 0.97 0.33 0 0.66
HSL 200.24º 0.93% 0.17% -
HSV(B) 200.24º 0.97% 0.34% -
XYZ 3.23 3.72 9.35 -
YUV 44.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 3 58 86 0.97 0.33 0 0.66 200.24 0.93 0.17
Hex 3 3A 56 61 21 0 42 C8 5D 11
Octal 3 72 126 141 41 0 102 310 135 21
Binary 11 111010 1010110 1100001 100001 0 1000010 11001000 1011101 10001

Color Harmonies of #033A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033A56

Black with #033A56

Text Example


Text Example

White with #033A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033A56; }

 p { color: rgb(3,58,86); }

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

background-color css

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

 a { background-color: rgb(3,58,86); }

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

border-color css

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

 span { border-color: rgb(3,58,86); }

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