#02345B

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

Shades of Prussian Blue #02345B

Tints of Prussian Blue #02345B

Color information

#02345B (or 0x02345B) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 5B. RGB value is (2,52,91). Sum of RGB (Red+Green+Blue) = 2+52+91=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 91 (35.94% from 255 or 62.76% from 145); Max value from RGB is 91 - color contains mainly: blue. Hex color #02345B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345B is #FDCBA4. Grayscale: #292929. Windows color (decimal): -16632741 or 5977090. OLE color: 5977090.

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

Color convert

RGB25291-
CMYK0.980.4300.64
HSL206.29º95.7%18.24%-
HSV(B)206.29º97.8%35.69%-
XYZ3.143.2210.35-
YUV41.5155.9499.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 52 (20.70% from 255) = 35.86%
BLUE value IS 91 (35.94% from 255) = 62.76%
R=1.38%
G=35.86%
B=62.76%

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
Decimal252910.980.4300.64206.2995.718.24
Hex2345B622B040ce6012
Octal26413314253010031614022
Binary10110100101101111000101010110100000011001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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