Html Css Color HEX #033464 Prussian Blue

📋 copy color: '#033464'

red 3 ◦ green 52 ◦ blue 100

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

Shades of Prussian Blue #033464

Tints of Prussian Blue #033464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 64.52%

R = 1.94%
G = 33.55%
B = 64.52%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#033464 (or 0x033464) is known color: Prussian Blue. HEX triplet: 03, 34 and 64. RGB value is (3,52,100). Sum of RGB (Red+Green+Blue) = 3+52+100=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #033464 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033464 is #FCCB9B. Grayscale: #2A2A2A. Windows color (decimal): -16567196 or 6566915. OLE color: 6566915.

HSL color Cylindrical-coordinate representation of color #033464: hue angle of 209.69º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033464 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 3 52 100 -
CMYK 0.97 0.48 0 0.61
HSL 209.69º 0.94% 0.2% -
HSV(B) 209.69º 0.97% 0.39% -
XYZ 3.57 3.4 12.52 -
YUV 42.82 160.27 99.6 -
System Red Green Blue C M Y K H S L
Decimal 3 52 100 0.97 0.48 0 0.61 209.69 0.94 0.2
Hex 3 34 64 61 30 0 3D D2 5E 14
Octal 3 64 144 141 60 0 75 322 136 24
Binary 11 110100 1100100 1100001 110000 0 111101 11010010 1011110 10100

Color Harmonies of #033464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033464

Black with #033464

Text Example


Text Example

White with #033464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033464; }

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

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

background-color css

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

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

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

border-color css

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

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

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