#023661

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

Shades of Prussian Blue #023661

Tints of Prussian Blue #023661

Color information

#023661 (or 0x023661) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 61. RGB value is (2,54,97). Sum of RGB (Red+Green+Blue) = 2+54+97=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #023661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023661 is #FDC99E. Grayscale: #2B2B2B. Windows color (decimal): -16632223 or 6370818. OLE color: 6370818.

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

Color convert

RGB25497-
CMYK0.980.4400.62
HSL207.16º95.96%19.41%-
HSV(B)207.16º97.94%38.04%-
XYZ3.53.5111.8-
YUV43.35158.2798.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=1.31%
G=35.29%
B=63.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal254970.980.4400.62207.1695.9619.41
Hex23661622C03Ecf6013
Octal2661411425407631714023
Binary1011011011000011100010101100011111011001111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023661; }

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

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

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

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

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

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

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

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