#02345A

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

Shades of Prussian Blue #02345A

Tints of Prussian Blue #02345A

Color information

#02345A (or 0x02345A) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 5A. RGB value is (2,52,90). Sum of RGB (Red+Green+Blue) = 2+52+90=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 90 (35.55% from 255 or 62.5% from 144); Max value from RGB is 90 - color contains mainly: blue. Hex color #02345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02345A is #FDCBA5. Grayscale: #292929. Windows color (decimal): -16632742 or 5911554. OLE color: 5911554.

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

Color convert

RGB25290-
CMYK0.980.4200.65
HSL205.91º95.65%18.04%-
HSV(B)205.91º97.78%35.29%-
XYZ3.13.2110.13-
YUV41.38155.4499.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 90 (35.55% from 255) = 62.5%
R=1.39%
G=36.11%
B=62.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal252900.980.4200.65205.9195.6518.04
Hex2345A622A041ce6012
Octal26413214252010131614022
Binary10110100101101011000101010100100000111001110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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