#023463

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

Shades of Prussian Blue #023463

Tints of Prussian Blue #023463

Color information

#023463 (or 0x023463) is unknown color: approx Prussian Blue. HEX triplet: 02, 34 and 63. RGB value is (2,52,99). Sum of RGB (Red+Green+Blue) = 2+52+99=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #023463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023463 is #FDCB9C. Grayscale: #2A2A2A. Windows color (decimal): -16632733 or 6501378. OLE color: 6501378.

HSL color Cylindrical-coordinate representation of color #023463: hue angle of 209.07º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023463 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB25299-
CMYK0.980.4700.61
HSL209.07º96.04%19.8%-
HSV(B)209.07º97.98%38.82%-
XYZ3.513.3712.27-
YUV42.41159.9499.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=1.31%
G=33.99%
B=64.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal252990.980.4700.61209.0796.0419.8
Hex23463622F03Dd16014
Octal2641431425707532114024
Binary1011010011000111100010101111011110111010001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023463; }

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

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

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

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

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

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

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

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