#023D66

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

Shades of Prussian Blue #023D66

Tints of Prussian Blue #023D66

Color information

#023D66 (or 0x023D66) is unknown color: approx Prussian Blue. HEX triplet: 02, 3D and 66. RGB value is (2,61,102). Sum of RGB (Red+Green+Blue) = 2+61+102=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #023D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D66 is #FDC299. Grayscale: #2F2F2F. Windows color (decimal): -16630426 or 6700290. OLE color: 6700290.

HSL color Cylindrical-coordinate representation of color #023D66: hue angle of 204.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D66 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB261102-
CMYK0.980.4000.6
HSL204.6º96.15%20.39%-
HSV(B)204.6º98.04%40%-
XYZ4.094.3113.19-
YUV48.03158.4595.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.21%
GREEN value IS 61 (24.22% from 255) = 36.97%
BLUE value IS 102 (40.23% from 255) = 61.82%
R=1.21%
G=36.97%
B=61.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2611020.980.4000.6204.696.1520.39
Hex23D66622803Ccd6014
Octal2751461425007431514024
Binary1011110111001101100010101000011110011001101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023D66; }

 p { color: rgb(2,61,102); }

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

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

 a { background-color: rgb(2,61,102); }

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

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

 span { border-color: rgb(2,61,102); }

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