#02356F

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

Shades of Prussian Blue #02356F

Tints of Prussian Blue #02356F

Color information

#02356F (or 0x02356F) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 6F. RGB value is (2,53,111). Sum of RGB (Red+Green+Blue) = 2+53+111=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #02356F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02356F is #FDCA90. Grayscale: #2C2C2C. Windows color (decimal): -16632465 or 7288066. OLE color: 7288066.

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

Color convert

RGB253111-
CMYK0.980.5200.56
HSL211.93º96.46%22.16%-
HSV(B)211.93º98.2%43.53%-
XYZ4.173.7115.53-
YUV44.36165.697.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 111 (43.75% from 255) = 66.87%
R=1.20%
G=31.93%
B=66.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2531110.980.5200.56211.9396.4622.16
Hex2356F6234038d46016
Octal2651571426407032414026
Binary1011010111011111100010110100011100011010100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02356F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02356F; }

 p { color: rgb(2,53,111); }

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

<style>
 a { background-color: #02356F; }

 a { background-color: rgb(2,53,111); }

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

<style>
 span { border-color: #02356F; }

 span { border-color: rgb(2,53,111); }

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