#00355E

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

Shades of Prussian Blue #00355E

Tints of Prussian Blue #00355E

Color information

#00355E (or 0x00355E) is unknown color: approx Prussian Blue. HEX triplet: 00, 35 and 5E. RGB value is (0,53,94). Sum of RGB (Red+Green+Blue) = 0+53+94=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #00355E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00355E is #FFCAA1. Grayscale: #292929. Windows color (decimal): -16763554 or 6173952. OLE color: 6173952.

HSL color Cylindrical-coordinate representation of color #00355E: hue angle of 206.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00355E is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB05394-
CMYK10.4400.63
HSL206.17º100%18.43%-
HSV(B)206.17º100%36.86%-
XYZ3.293.3511.06-
YUV41.83157.4498.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=0%
G=36.05%
B=63.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal0539410.4400.63206.1710018.43
Hex0355E642C03Fce6412
Octal0651361445407731614422
Binary011010110111101100100101100011111111001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00355E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00355E; }

 p { color: rgb(0,53,94); }

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

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

 a { background-color: rgb(0,53,94); }

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

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

 span { border-color: rgb(0,53,94); }

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