Html Css Color HEX #052297 Smalt

📋 copy color: '#052297'

red 5 ◦ green 34 ◦ blue 151

#052297
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #052297

Tints of Smalt #052297

RGB

 RED value IS 5 (2.34% from 255) = 2.63%

 GREEN value IS 34 (13.67% from 255) = 17.89%

 BLUE value IS 151 (59.38% from 255) = 79.47%

R = 2.63%
G = 17.89%
B = 79.47%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#052297 (or 0x052297) is known color: Smalt. HEX triplet: 05, 22 and 97. RGB value is (5,34,151). Sum of RGB (Red+Green+Blue) = 5+34+151=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 34 (13.67% from 255 or 17.89% from 190); Blue value is 151 (59.38% from 255 or 79.47% from 190); Max value from RGB is 151 - color contains mainly: blue. Hex color #052297 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052297 is #FADD68. Grayscale: #262626. Windows color (decimal): -16440681 or 9904645. OLE color: 9904645.

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

Color convert

RGB 5 34 151 -
CMYK 0.97 0.77 0 0.41
HSL 228.08º 0.94% 0.31% -
HSV(B) 228.08º 0.97% 0.59% -
XYZ 6.22 3.41 29.61 -
YUV 38.67 191.39 103.99 -
System Red Green Blue C M Y K H S L
Decimal 5 34 151 0.97 0.77 0 0.41 228.08 0.94 0.31
Hex 5 22 97 61 4D 0 29 E4 5E 1F
Octal 5 42 227 141 115 0 51 344 136 37
Binary 101 100010 10010111 1100001 1001101 0 101001 11100100 1011110 11111

Color Harmonies of #052297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052297

Black with #052297

Text Example


Text Example

White with #052297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052297; }

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

 H1.HeaderClassName
 {
   color: #052297;
 }
 .AnyTagClassName
 {
   color: #052297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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