#03365C

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

Shades of Prussian Blue #03365C

Tints of Prussian Blue #03365C

Color information

#03365C (or 0x03365C) is unknown color: approx Prussian Blue. HEX triplet: 03, 36 and 5C. RGB value is (3,54,92). Sum of RGB (Red+Green+Blue) = 3+54+92=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #03365C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03365C is #FCC9A3. Grayscale: #2A2A2A. Windows color (decimal): -16566692 or 6043139. OLE color: 6043139.

HSL color Cylindrical-coordinate representation of color #03365C: hue angle of 205.62º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03365C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35492-
CMYK0.970.4100.64
HSL205.62º93.68%18.63%-
HSV(B)205.62º96.74%36.08%-
XYZ3.293.4310.61-
YUV43.08155.699.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.01%
GREEN value IS 54 (21.48% from 255) = 36.24%
BLUE value IS 92 (36.33% from 255) = 61.74%
R=2.01%
G=36.24%
B=61.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal354920.970.4100.64205.6293.6818.63
Hex3365C6129040ce5e13
Octal36613414151010031613623
Binary11110110101110011000011010010100000011001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03365C; }

 p { color: rgb(3,54,92); }

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

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

 a { background-color: rgb(3,54,92); }

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

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

 span { border-color: rgb(3,54,92); }

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