#023478

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

Shades of Prussian Blue #023478

Tints of Prussian Blue #023478

Color information

#023478 (or 0x023478) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 78. RGB value is (2,52,120). Sum of RGB (Red+Green+Blue) = 2+52+120=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #023478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023478 is #FDCB87. Grayscale: #2C2C2C. Windows color (decimal): -16632712 or 7877634. OLE color: 7877634.

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

Color convert

RGB252120-
CMYK0.980.5700.53
HSL214.58º96.72%23.92%-
HSV(B)214.58º98.33%47.06%-
XYZ4.643.8218.26-
YUV44.8170.4497.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.15%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 120 (47.27% from 255) = 68.97%
R=1.15%
G=29.89%
B=68.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2521200.980.5700.53214.5896.7223.92
Hex234786239035d76118
Octal2641701427106532714130
Binary1011010011110001100010111001011010111010111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023478; }

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

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

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

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

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

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

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

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