#023D68

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

Shades of Prussian Blue #023D68

Tints of Prussian Blue #023D68

Color information

#023D68 (or 0x023D68) is unknown color: approx Prussian Blue. HEX triplet: 02, 3D and 68. RGB value is (2,61,104). Sum of RGB (Red+Green+Blue) = 2+61+104=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #023D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D68 is #FDC297. Grayscale: #303030. Windows color (decimal): -16630424 or 6831362. OLE color: 6831362.

HSL color Cylindrical-coordinate representation of color #023D68: hue angle of 205.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D68 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB261104-
CMYK0.980.4100.59
HSL205.29º96.23%20.78%-
HSV(B)205.29º98.08%40.78%-
XYZ4.194.3513.72-
YUV48.26159.4595-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 61 (24.22% from 255) = 36.53%
BLUE value IS 104 (41.02% from 255) = 62.28%
R=1.20%
G=36.53%
B=62.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2611040.980.4100.59205.2996.2320.78
Hex23D68622903Bcd6015
Octal2751501425107331514025
Binary1011110111010001100010101001011101111001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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