#00345D

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

Shades of Prussian Blue #00345D

Tints of Prussian Blue #00345D

Color information

#00345D (or 0x00345D) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 5D. RGB value is (0,52,93). Sum of RGB (Red+Green+Blue) = 0+52+93=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #00345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00345D is #FFCBA2. Grayscale: #282828. Windows color (decimal): -16763811 or 6108160. OLE color: 6108160.

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

Color convert

RGB05293-
CMYK10.4400.64
HSL206.45º100%18.24%-
HSV(B)206.45º100%36.47%-
XYZ3.23.2510.81-
YUV41.13157.2798.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=0%
G=35.86%
B=64.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0529310.4400.64206.4510018.24
Hex0345D642C040ce6412
Octal06413514454010031614422
Binary0110100101110111001001011000100000011001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00345D; }

 p { color: rgb(0,52,93); }

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

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

 a { background-color: rgb(0,52,93); }

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

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

 span { border-color: rgb(0,52,93); }

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