Html Css Color HEX #033273 Prussian Blue

📋 copy color: '#033273'

red 3 ◦ green 50 ◦ blue 115

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

Shades of Prussian Blue #033273

Tints of Prussian Blue #033273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.45%

R = 1.79%
G = 29.76%
B = 68.45%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033273 (or 0x033273) is known color: Prussian Blue. HEX triplet: 03, 32 and 73. RGB value is (3,50,115). Sum of RGB (Red+Green+Blue) = 3+50+115=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #033273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033273 is #FCCD8C. Grayscale: #2B2B2B. Windows color (decimal): -16567693 or 7549443. OLE color: 7549443.

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

Color convert

RGB 3 50 115 -
CMYK 0.97 0.57 0 0.55
HSL 214.82º 0.95% 0.23% -
HSV(B) 214.82º 0.97% 0.45% -
XYZ 4.27 3.54 16.68 -
YUV 43.36 168.43 99.21 -
System Red Green Blue C M Y K H S L
Decimal 3 50 115 0.97 0.57 0 0.55 214.82 0.95 0.23
Hex 3 32 73 61 39 0 37 D7 5F 17
Octal 3 62 163 141 71 0 67 327 137 27
Binary 11 110010 1110011 1100001 111001 0 110111 11010111 1011111 10111

Color Harmonies of #033273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033273

Black with #033273

Text Example


Text Example

White with #033273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033273; }

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

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

background-color css

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

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

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

border-color css

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

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

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