Html Css Color HEX #033354 Prussian Blue

📋 copy color: '#033354'

red 3 ◦ green 51 ◦ blue 84

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

Shades of Prussian Blue #033354

Tints of Prussian Blue #033354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.96%

 BLUE value IS 84 (33.2% from 255) = 60.87%

R = 2.17%
G = 36.96%
B = 60.87%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#033354 (or 0x033354) is known color: Prussian Blue. HEX triplet: 03, 33 and 54. RGB value is (3,51,84). Sum of RGB (Red+Green+Blue) = 3+51+84=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #033354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033354 is #FCCCAB. Grayscale: #282828. Windows color (decimal): -16567468 or 5518083. OLE color: 5518083.

HSL color Cylindrical-coordinate representation of color #033354: hue angle of 204.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033354 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 51 84 -
CMYK 0.96 0.39 0 0.67
HSL 204.44º 0.93% 0.17% -
HSV(B) 204.44º 0.96% 0.33% -
XYZ 2.82 3.03 8.82 -
YUV 40.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 3 51 84 0.96 0.39 0 0.67 204.44 0.93 0.17
Hex 3 33 54 60 27 0 43 CC 5D 11
Octal 3 63 124 140 47 0 103 314 135 21
Binary 11 110011 1010100 1100000 100111 0 1000011 11001100 1011101 10001

Color Harmonies of #033354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033354

Black with #033354

Text Example


Text Example

White with #033354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033354; }

 p { color: rgb(3,51,84); }

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

background-color css

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

 a { background-color: rgb(3,51,84); }

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

border-color css

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

 span { border-color: rgb(3,51,84); }

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