Html Css Color HEX #033078 Prussian Blue

📋 copy color: '#033078'

red 3 ◦ green 48 ◦ blue 120

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

Shades of Prussian Blue #033078

Tints of Prussian Blue #033078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 70.18%

R = 1.75%
G = 28.07%
B = 70.18%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#033078 (or 0x033078) is known color: Prussian Blue. HEX triplet: 03, 30 and 78. RGB value is (3,48,120). Sum of RGB (Red+Green+Blue) = 3+48+120=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #033078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033078 is #FCCF87. Grayscale: #2A2A2A. Windows color (decimal): -16568200 or 7876611. OLE color: 7876611.

HSL color Cylindrical-coordinate representation of color #033078: hue angle of 216.92º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033078 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 48 120 -
CMYK 0.98 0.60 0 0.53
HSL 216.92º 0.95% 0.24% -
HSV(B) 216.92º 0.98% 0.47% -
XYZ 4.48 3.49 18.21 -
YUV 42.75 171.59 99.65 -
System Red Green Blue C M Y K H S L
Decimal 3 48 120 0.98 0.60 0 0.53 216.92 0.95 0.24
Hex 3 30 78 62 3C 0 35 D9 5F 18
Octal 3 60 170 142 74 0 65 331 137 30
Binary 11 110000 1111000 1100010 111100 0 110101 11011001 1011111 11000

Color Harmonies of #033078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033078

Black with #033078

Text Example


Text Example

White with #033078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033078; }

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

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

background-color css

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

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

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

border-color css

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

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

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