#00345B

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

Shades of Prussian Blue #00345B

Tints of Prussian Blue #00345B

Color information

#00345B (or 0x00345B) is unknown color: approx Prussian Blue. HEX triplet: 00, 34 and 5B. RGB value is (0,52,91). Sum of RGB (Red+Green+Blue) = 0+52+91=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #00345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00345B is #FFCBA4. Grayscale: #282828. Windows color (decimal): -16763813 or 5977088. OLE color: 5977088.

HSL color Cylindrical-coordinate representation of color #00345B: hue angle of 205.71º 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 #00345B is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB05291-
CMYK10.4300.64
HSL205.71º100%17.84%-
HSV(B)205.71º100%35.69%-
XYZ3.123.2110.35-
YUV40.9156.2798.83-

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) = 36.36%
BLUE value IS 91 (35.94% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0529110.4300.64205.7110017.84
Hex0345B642B040ce6412
Octal06413314453010031614422
Binary0110100101101111001001010110100000011001110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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