#023353

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

Shades of Prussian Blue #023353

Tints of Prussian Blue #023353

Color information

#023353 (or 0x023353) is unknown color: approx Prussian Blue. HEX triplet: 02, 33 and 53. RGB value is (2,51,83). Sum of RGB (Red+Green+Blue) = 2+51+83=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #023353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023353 is #FDCCAC. Grayscale: #272727. Windows color (decimal): -16633005 or 5452546. OLE color: 5452546.

HSL color Cylindrical-coordinate representation of color #023353: hue angle of 203.7º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023353 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB25183-
CMYK0.980.3900.67
HSL203.7º95.29%16.67%-
HSV(B)203.7º97.59%32.55%-
XYZ2.773.018.62-
YUV40152.27100.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=1.47%
G=37.5%
B=61.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal251830.980.3900.67203.795.2916.67
Hex233536227043cc5f11
Octal26312314247010331413721
Binary10110011101001111000101001110100001111001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023353; }

 p { color: rgb(2,51,83); }

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

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

 a { background-color: rgb(2,51,83); }

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

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

 span { border-color: rgb(2,51,83); }

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