#023362

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

Shades of Prussian Blue #023362

Tints of Prussian Blue #023362

Color information

#023362 (or 0x023362) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 62. RGB value is (2,51,98). Sum of RGB (Red+Green+Blue) = 2+51+98=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 98 (38.67% from 255 or 64.90% from 151); Max value from RGB is 98 - color contains mainly: blue. Hex color #023362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023362 is #FDCC9D. Grayscale: #292929. Windows color (decimal): -16632990 or 6435586. OLE color: 6435586.

HSL color Cylindrical-coordinate representation of color #023362: hue angle of 209.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023362 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB25198-
CMYK0.980.4800.62
HSL209.38º96%19.61%-
HSV(B)209.38º97.96%38.43%-
XYZ3.413.2612.01-
YUV41.71159.7799.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 98 (38.67% from 255) = 64.90%
R=1.32%
G=33.77%
B=64.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal251980.980.4800.62209.389619.61
Hex23362623003Ed16014
Octal2631421426007632114024
Binary1011001111000101100010110000011111011010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023362; }

 p { color: rgb(2,51,98); }

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

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

 a { background-color: rgb(2,51,98); }

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

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

 span { border-color: rgb(2,51,98); }

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