#023674

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

Shades of Prussian Blue #023674

Tints of Prussian Blue #023674

Color information

#023674 (or 0x023674) is unknown color: approx Prussian Blue. HEX triplet: 02, 36 and 74. RGB value is (2,54,116). Sum of RGB (Red+Green+Blue) = 2+54+116=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #023674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023674 is #FDC98B. Grayscale: #2D2D2D. Windows color (decimal): -16632204 or 7616002. OLE color: 7616002.

HSL color Cylindrical-coordinate representation of color #023674: hue angle of 212.63º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023674 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB254116-
CMYK0.980.5300.55
HSL212.63º96.61%23.14%-
HSV(B)212.63º98.28%45.49%-
XYZ4.53.9117.04-
YUV45.52167.7796.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 116 (45.70% from 255) = 67.44%
R=1.16%
G=31.40%
B=67.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2541160.980.5300.55212.6396.6123.14
Hex236746235037d56117
Octal2661641426506732514127
Binary1011011011101001100010110101011011111010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023674; }

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

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

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

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

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

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

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

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