#033875

Color #033875 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #033875

Tints of Prussian Blue #033875

Color information

#033875 (or 0x033875) is unknown color: approx Prussian Blue. HEX triplet: 03, 38 and 75. RGB value is (3,56,117). Sum of RGB (Red+Green+Blue) = 3+56+117=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #033875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033875 is #FCC78A. Grayscale: #2E2E2E. Windows color (decimal): -16566155 or 7682051. OLE color: 7682051.

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

Color convert

RGB356117-
CMYK0.970.5200.54
HSL212.11º95%23.53%-
HSV(B)212.11º97.44%45.88%-
XYZ4.664.1317.38-
YUV47.11167.4496.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 56 (22.27% from 255) = 31.82%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=1.70%
G=31.82%
B=66.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3561170.970.5200.54212.119523.53
Hex338756134036d45f18
Octal3701651416406632413730
Binary1111100011101011100001110100011011011010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033875; }

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

 H1.HeaderClassName
 {
   color: #033875;
 }
 .AnyTagClassName
 {
   color: #033875;
 }
</style>
background-color css

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

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

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

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

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

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