Html Css Color HEX #223477 Resolution Blue

📋 copy color: '#223477'

red 34 ◦ green 52 ◦ blue 119

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

Shades of Resolution Blue #223477

Tints of Resolution Blue #223477

RGB

 RED value IS 34 (13.67% from 255) = 16.59%

 GREEN value IS 52 (20.7% from 255) = 25.37%

 BLUE value IS 119 (46.88% from 255) = 58.05%

R = 16.59%
G = 25.37%
B = 58.05%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#223477 (or 0x223477) is known color: Resolution Blue. HEX triplet: 22, 34 and 77. RGB value is (34,52,119). Sum of RGB (Red+Green+Blue) = 34+52+119=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #223477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223477 is #DDCB88. Grayscale: #353535. Windows color (decimal): -14535561 or 7812130. OLE color: 7812130.

HSL color Cylindrical-coordinate representation of color #223477: hue angle of 227.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #223477 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 52 119 -
CMYK 0.71 0.56 0 0.53
HSL 227.29º 0.56% 0.3% -
HSV(B) 227.29º 0.71% 0.47% -
XYZ 5.22 4.13 17.97 -
YUV 54.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 34 52 119 0.71 0.56 0 0.53 227.29 0.56 0.3
Hex 22 34 77 47 38 0 35 E3 38 1E
Octal 42 64 167 107 70 0 65 343 70 36
Binary 100010 110100 1110111 1000111 111000 0 110101 11100011 111000 11110

Color Harmonies of #223477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223477

Black with #223477

Text Example


Text Example

White with #223477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223477; }

 p { color: rgb(34,52,119); }

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

background-color css

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

 a { background-color: rgb(34,52,119); }

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

border-color css

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

 span { border-color: rgb(34,52,119); }

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