Html Css Color HEX #223371 Resolution Blue

📋 copy color: '#223371'

red 34 ◦ green 51 ◦ blue 113

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

Shades of Resolution Blue #223371

Tints of Resolution Blue #223371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 17.17%
G = 25.76%
B = 57.07%

CMYK

 C value IS 0.70

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#223371 (or 0x223371) is known color: Resolution Blue. HEX triplet: 22, 33 and 71. RGB value is (34,51,113). Sum of RGB (Red+Green+Blue) = 34+51+113=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #223371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223371 is #DDCC8E. Grayscale: #343434. Windows color (decimal): -14535823 or 7418658. OLE color: 7418658.

HSL color Cylindrical-coordinate representation of color #223371: hue angle of 227.09º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #223371 is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 51 113 -
CMYK 0.70 0.55 0 0.56
HSL 227.09º 0.54% 0.29% -
HSV(B) 227.09º 0.7% 0.44% -
XYZ 4.82 3.9 16.12 -
YUV 52.99 161.87 114.46 -
System Red Green Blue C M Y K H S L
Decimal 34 51 113 0.70 0.55 0 0.56 227.09 0.54 0.29
Hex 22 33 71 46 37 0 38 E3 36 1D
Octal 42 63 161 106 67 0 70 343 66 35
Binary 100010 110011 1110001 1000110 110111 0 111000 11100011 110110 11101

Color Harmonies of #223371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223371

Black with #223371

Text Example


Text Example

White with #223371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223371; }

 p { color: rgb(34,51,113); }

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

background-color css

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

 a { background-color: rgb(34,51,113); }

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

border-color css

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

 span { border-color: rgb(34,51,113); }

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