#02345D

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

Shades of Prussian Blue #02345D

Tints of Prussian Blue #02345D

Color information

#02345D (or 0x02345D) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 5D. RGB value is (2,52,93). Sum of RGB (Red+Green+Blue) = 2+52+93=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 52 (20.70% from 255 or 35.37% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #02345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345D is #FDCBA2. Grayscale: #292929. Windows color (decimal): -16632739 or 6108162. OLE color: 6108162.

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

Color convert

RGB25293-
CMYK0.980.4400.64
HSL207.03º95.79%18.63%-
HSV(B)207.03º97.85%36.47%-
XYZ3.233.2610.81-
YUV41.72156.9499.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 52 (20.70% from 255) = 35.37%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=1.36%
G=35.37%
B=63.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal252930.980.4400.64207.0395.7918.63
Hex2345D622C040cf6013
Octal26413514254010031714023
Binary10110100101110111000101011000100000011001111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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