Html Css Color HEX #223779 Resolution Blue

📋 copy color: '#223779'

red 34 ◦ green 55 ◦ blue 121

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

Shades of Resolution Blue #223779

Tints of Resolution Blue #223779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.19%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 16.19%
G = 26.19%
B = 57.62%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#223779 (or 0x223779) is known color: Resolution Blue. HEX triplet: 22, 37 and 79. RGB value is (34,55,121). Sum of RGB (Red+Green+Blue) = 34+55+121=210 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.19% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #223779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223779 is #DDC886. Grayscale: #373737. Windows color (decimal): -14534791 or 7943970. OLE color: 7943970.

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

Color convert

RGB 34 55 121 -
CMYK 0.72 0.55 0 0.53
HSL 225.52º 0.56% 0.3% -
HSV(B) 225.52º 0.72% 0.47% -
XYZ 5.48 4.45 18.66 -
YUV 56.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 34 55 121 0.72 0.55 0 0.53 225.52 0.56 0.3
Hex 22 37 79 48 37 0 35 E2 38 1E
Octal 42 67 171 110 67 0 65 342 70 36
Binary 100010 110111 1111001 1001000 110111 0 110101 11100010 111000 11110

Color Harmonies of #223779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223779

Black with #223779

Text Example


Text Example

White with #223779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223779; }

 p { color: rgb(34,55,121); }

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

background-color css

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

 a { background-color: rgb(34,55,121); }

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

border-color css

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

 span { border-color: rgb(34,55,121); }

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