#052298

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

Shades of Smalt #052298

Tints of Smalt #052298

Color information

#052298 (or 0x052298) is unknown color: approx Smalt. HEX triplet: 05, 22 and 98. RGB value is (5,34,152). Sum of RGB (Red+Green+Blue) = 5+34+152=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 152 (59.77% from 255 or 79.58% from 191); Max value from RGB is 152 - color contains mainly: blue. Hex color #052298 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052298 is #FADD67. Grayscale: #262626. Windows color (decimal): -16440680 or 9970181. OLE color: 9970181.

HSL color Cylindrical-coordinate representation of color #052298: hue angle of 228.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052298 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB534152-
CMYK0.970.7800.40
HSL228.16º93.63%30.78%-
HSV(B)228.16º96.71%59.61%-
XYZ6.33.4430.04-
YUV38.78191.89103.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 152 (59.77% from 255) = 79.58%
R=2.62%
G=17.80%
B=79.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5341520.970.7800.40228.1693.6330.78
Hex52298614E028e45e1f
Octal54223014111605034413637
Binary1011000101001100011000011001110010100011100100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052298; }

 p { color: rgb(5,34,152); }

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

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

 a { background-color: rgb(5,34,152); }

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

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

 span { border-color: rgb(5,34,152); }

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