Html Css Color HEX #033474 Prussian Blue

📋 copy color: '#033474'

red 3 ◦ green 52 ◦ blue 116

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

Shades of Prussian Blue #033474

Tints of Prussian Blue #033474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

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

R = 1.75%
G = 30.41%
B = 67.84%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033474 (or 0x033474) is known color: Prussian Blue. HEX triplet: 03, 34 and 74. RGB value is (3,52,116). Sum of RGB (Red+Green+Blue) = 3+52+116=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #033474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033474 is #FCCB8B. Grayscale: #2C2C2C. Windows color (decimal): -16567180 or 7615491. OLE color: 7615491.

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

Color convert

RGB 3 52 116 -
CMYK 0.97 0.55 0 0.55
HSL 213.98º 0.95% 0.23% -
HSV(B) 213.98º 0.97% 0.45% -
XYZ 4.42 3.74 17.01 -
YUV 44.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 3 52 116 0.97 0.55 0 0.55 213.98 0.95 0.23
Hex 3 34 74 61 37 0 37 D6 5F 17
Octal 3 64 164 141 67 0 67 326 137 27
Binary 11 110100 1110100 1100001 110111 0 110111 11010110 1011111 10111

Color Harmonies of #033474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033474

Black with #033474

Text Example


Text Example

White with #033474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033474; }

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

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

background-color css

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

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

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

border-color css

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

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

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