#023550

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

Shades of Prussian Blue #023550

Tints of Prussian Blue #023550

Color information

#023550 (or 0x023550) is unknown color: approx Prussian Blue. HEX triplet: 02, 35 and 50. RGB value is (2,53,80). Sum of RGB (Red+Green+Blue) = 2+53+80=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #023550 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023550 is #FDCAAF. Grayscale: #282828. Windows color (decimal): -16632496 or 5256450. OLE color: 5256450.

HSL color Cylindrical-coordinate representation of color #023550: hue angle of 200.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023550 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB25380-
CMYK0.980.3400.69
HSL200.77º95.12%16.08%-
HSV(B)200.77º97.5%31.37%-
XYZ2.753.148.05-
YUV40.83150.1100.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 80 (31.64% from 255) = 59.26%
R=1.48%
G=39.26%
B=59.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal253800.980.3400.69200.7795.1216.08
Hex235506222045c95f10
Octal26512014242010531113720
Binary10110101101000011000101000100100010111001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023550; }

 p { color: rgb(2,53,80); }

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

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

 a { background-color: rgb(2,53,80); }

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

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

 span { border-color: rgb(2,53,80); }

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