Html Css Color HEX #033674 Prussian Blue

📋 copy color: '#033674'

red 3 ◦ green 54 ◦ blue 116

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

Shades of Prussian Blue #033674

Tints of Prussian Blue #033674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 1.73%
G = 31.21%
B = 67.05%

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

#033674 (or 0x033674) is known color: Prussian Blue. HEX triplet: 03, 36 and 74. RGB value is (3,54,116). Sum of RGB (Red+Green+Blue) = 3+54+116=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #033674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033674 is #FCC98B. Grayscale: #2D2D2D. Windows color (decimal): -16566668 or 7616003. OLE color: 7616003.

HSL color Cylindrical-coordinate representation of color #033674: hue angle of 212.92º 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 #033674 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 54 116 -
CMYK 0.97 0.53 0 0.55
HSL 212.92º 0.95% 0.23% -
HSV(B) 212.92º 0.97% 0.45% -
XYZ 4.51 3.92 17.04 -
YUV 45.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 3 54 116 0.97 0.53 0 0.55 212.92 0.95 0.23
Hex 3 36 74 61 35 0 37 D5 5F 17
Octal 3 66 164 141 65 0 67 325 137 27
Binary 11 110110 1110100 1100001 110101 0 110111 11010101 1011111 10111

Color Harmonies of #033674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033674

Black with #033674

Text Example


Text Example

White with #033674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033674; }

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

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

background-color css

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

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

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

border-color css

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

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

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