#023B58

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

Shades of Prussian Blue #023B58

Tints of Prussian Blue #023B58

Color information

#023B58 (or 0x023B58) is unknown color: approx Prussian Blue. HEX triplet: 02, 3B and 58. RGB value is (2,59,88). Sum of RGB (Red+Green+Blue) = 2+59+88=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #023B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023B58 is #FDC4A7. Grayscale: #2D2D2D. Windows color (decimal): -16630952 or 5782274. OLE color: 5782274.

HSL color Cylindrical-coordinate representation of color #023B58: hue angle of 200.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023B58 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB25988-
CMYK0.980.3300.65
HSL200.23º95.56%17.65%-
HSV(B)200.23º97.73%34.51%-
XYZ3.353.859.8-
YUV45.26152.1297.14-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 59 (23.44% from 255) = 39.60%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=1.34%
G=39.60%
B=59.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal259880.980.3300.65200.2395.5617.65
Hex23B586221041c86012
Octal27313014241010131014022
Binary10111011101100011000101000010100000111001000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023B58; }

 p { color: rgb(2,59,88); }

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

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

 a { background-color: rgb(2,59,88); }

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

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

 span { border-color: rgb(2,59,88); }

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