#023668

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

Shades of Prussian Blue #023668

Tints of Prussian Blue #023668

Color information

#023668 (or 0x023668) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 68. RGB value is (2,54,104). Sum of RGB (Red+Green+Blue) = 2+54+104=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #023668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023668 is #FDC997. Grayscale: #2B2B2B. Windows color (decimal): -16632216 or 6829570. OLE color: 6829570.

HSL color Cylindrical-coordinate representation of color #023668: hue angle of 209.41º 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 #023668 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB254104-
CMYK0.980.4800.59
HSL209.41º96.23%20.78%-
HSV(B)209.41º98.08%40.78%-
XYZ3.843.6513.6-
YUV44.15161.7797.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 104 (41.02% from 255) = 65%
R=1.25%
G=33.75%
B=65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2541040.980.4800.59209.4196.2320.78
Hex23668623003Bd16015
Octal2661501426007332114025
Binary1011011011010001100010110000011101111010001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023668; }

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

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

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

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

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

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

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

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