#02345C

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

Shades of Prussian Blue #02345C

Tints of Prussian Blue #02345C

Color information

#02345C (or 0x02345C) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 5C. RGB value is (2,52,92). Sum of RGB (Red+Green+Blue) = 2+52+92=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #02345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345C is #FDCBA3. Grayscale: #292929. Windows color (decimal): -16632740 or 6042626. OLE color: 6042626.

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

Color convert

RGB25292-
CMYK0.980.4300.64
HSL206.67º95.74%18.43%-
HSV(B)206.67º97.83%36.08%-
XYZ3.183.2410.58-
YUV41.61156.4499.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.37%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=1.37%
G=35.62%
B=63.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal252920.980.4300.64206.6795.7418.43
Hex2345C622B040cf6012
Octal26413414253010031714022
Binary10110100101110011000101010110100000011001111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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