#023278

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

Shades of Prussian Blue #023278

Tints of Prussian Blue #023278

Color information

#023278 (or 0x023278) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 78. RGB value is (2,50,120). Sum of RGB (Red+Green+Blue) = 2+50+120=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #023278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023278 is #FDCD87. Grayscale: #2B2B2B. Windows color (decimal): -16633224 or 7877122. OLE color: 7877122.

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

Color convert

RGB250120-
CMYK0.980.5800.53
HSL215.59º96.72%23.92%-
HSV(B)215.59º98.33%47.06%-
XYZ4.563.6518.23-
YUV43.63171.198.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.16%
GREEN value IS 50 (19.92% from 255) = 29.07%
BLUE value IS 120 (47.27% from 255) = 69.77%
R=1.16%
G=29.07%
B=69.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2501200.980.5800.53215.5996.7223.92
Hex23278623A035d86118
Octal2621701427206533014130
Binary1011001011110001100010111010011010111011000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023278; }

 p { color: rgb(2,50,120); }

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

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

 a { background-color: rgb(2,50,120); }

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

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

 span { border-color: rgb(2,50,120); }

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