Html Css Color HEX #033672 Prussian Blue

📋 copy color: '#033672'

red 3 ◦ green 54 ◦ blue 114

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

Shades of Prussian Blue #033672

Tints of Prussian Blue #033672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 1.75%
G = 31.58%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033672 (or 0x033672) is known color: Prussian Blue. HEX triplet: 03, 36 and 72. RGB value is (3,54,114). Sum of RGB (Red+Green+Blue) = 3+54+114=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #033672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033672 is #FCC98D. Grayscale: #2D2D2D. Windows color (decimal): -16566670 or 7484931. OLE color: 7484931.

HSL color Cylindrical-coordinate representation of color #033672: hue angle of 212.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033672 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 54 114 -
CMYK 0.97 0.53 0 0.55
HSL 212.43º 0.95% 0.23% -
HSV(B) 212.43º 0.97% 0.45% -
XYZ 4.39 3.87 16.44 -
YUV 45.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 3 54 114 0.97 0.53 0 0.55 212.43 0.95 0.23
Hex 3 36 72 61 35 0 37 D4 5F 17
Octal 3 66 162 141 65 0 67 324 137 27
Binary 11 110110 1110010 1100001 110101 0 110111 11010100 1011111 10111

Color Harmonies of #033672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033672

Black with #033672

Text Example


Text Example

White with #033672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033672; }

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

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

background-color css

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

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

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

border-color css

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

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

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