#023974

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

Shades of Prussian Blue #023974

Tints of Prussian Blue #023974

Color information

#023974 (or 0x023974) is unknown color: approx Prussian Blue. HEX triplet: 02, 39 and 74. RGB value is (2,57,116). Sum of RGB (Red+Green+Blue) = 2+57+116=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 116 (45.70% from 255 or 66.29% from 175); Max value from RGB is 116 - color contains mainly: blue. Hex color #023974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023974 is #FDC68B. Grayscale: #2E2E2E. Windows color (decimal): -16631436 or 7616770. OLE color: 7616770.

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

Color convert

RGB257116-
CMYK0.980.5100.55
HSL211.05º96.61%23.14%-
HSV(B)211.05º98.28%45.49%-
XYZ4.644.217.09-
YUV47.28166.7895.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 57 (22.66% from 255) = 32.57%
BLUE value IS 116 (45.70% from 255) = 66.29%
R=1.14%
G=32.57%
B=66.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2571160.980.5100.55211.0596.6123.14
Hex239746233037d36117
Octal2711641426306732314127
Binary1011100111101001100010110011011011111010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023974; }

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

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

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

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

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

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

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

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