Html Css Color HEX #033275 Prussian Blue

📋 copy color: '#033275'

red 3 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #033275

Tints of Prussian Blue #033275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 1.76%
G = 29.41%
B = 68.82%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#033275 (or 0x033275) is known color: Prussian Blue. HEX triplet: 03, 32 and 75. RGB value is (3,50,117). Sum of RGB (Red+Green+Blue) = 3+50+117=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #033275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033275 is #FCCD8A. Grayscale: #2B2B2B. Windows color (decimal): -16567691 or 7680515. OLE color: 7680515.

HSL color Cylindrical-coordinate representation of color #033275: hue angle of 215.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033275 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 50 117 -
CMYK 0.97 0.57 0 0.54
HSL 215.26º 0.95% 0.24% -
HSV(B) 215.26º 0.97% 0.46% -
XYZ 4.39 3.58 17.29 -
YUV 43.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 3 50 117 0.97 0.57 0 0.54 215.26 0.95 0.24
Hex 3 32 75 61 39 0 36 D7 5F 18
Octal 3 62 165 141 71 0 66 327 137 30
Binary 11 110010 1110101 1100001 111001 0 110110 11010111 1011111 11000

Color Harmonies of #033275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033275

Black with #033275

Text Example


Text Example

White with #033275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033275; }

 p { color: rgb(3,50,117); }

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

background-color css

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

 a { background-color: rgb(3,50,117); }

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

border-color css

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

 span { border-color: rgb(3,50,117); }

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