#02346C

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

Shades of Prussian Blue #02346C

Tints of Prussian Blue #02346C

Color information

#02346C (or 0x02346C) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 6C. RGB value is (2,52,108). Sum of RGB (Red+Green+Blue) = 2+52+108=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #02346C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02346C is #FDCB93. Grayscale: #2B2B2B. Windows color (decimal): -16632724 or 7091202. OLE color: 7091202.

HSL color Cylindrical-coordinate representation of color #02346C: hue angle of 211.7º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02346C is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB252108-
CMYK0.980.5200.58
HSL211.7º96.36%21.57%-
HSV(B)211.7º98.15%42.35%-
XYZ3.963.5514.66-
YUV43.43164.4498.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 52 (20.70% from 255) = 32.10%
BLUE value IS 108 (42.58% from 255) = 66.67%
R=1.23%
G=32.10%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2521080.980.5200.58211.796.3621.57
Hex2346C623403Ad46016
Octal2641541426407232414026
Binary1011010011011001100010110100011101011010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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