#03356F

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

Shades of Prussian Blue #03356F

Tints of Prussian Blue #03356F

Color information

#03356F (or 0x03356F) is unknown color: approx Prussian Blue. HEX triplet: 03, 35 and 6F. RGB value is (3,53,111). Sum of RGB (Red+Green+Blue) = 3+53+111=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #03356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03356F is #FCCA90. Grayscale: #2C2C2C. Windows color (decimal): -16566929 or 7288067. OLE color: 7288067.

HSL color Cylindrical-coordinate representation of color #03356F: hue angle of 212.22º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03356F is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB353111-
CMYK0.970.5200.56
HSL212.22º94.74%22.35%-
HSV(B)212.22º97.3%43.53%-
XYZ4.183.7115.54-
YUV44.66165.4498.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=1.80%
G=31.74%
B=66.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3531110.970.5200.56212.2294.7422.35
Hex3356F6134038d45f16
Octal3651571416407032413726
Binary1111010111011111100001110100011100011010100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03356F; }

 p { color: rgb(3,53,111); }

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

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

 a { background-color: rgb(3,53,111); }

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

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

 span { border-color: rgb(3,53,111); }

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