Html Css Color HEX #227779 Atoll

📋 copy color: '#227779'

red 34 ◦ green 119 ◦ blue 121

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

Shades of Atoll #227779

Tints of Atoll #227779

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 12.41%
G = 43.43%
B = 44.16%

CMYK

 C value IS 0.72

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#227779 (or 0x227779) is known color: Atoll. HEX triplet: 22, 77 and 79. RGB value is (34,119,121). Sum of RGB (Red+Green+Blue) = 34+119+121=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #227779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227779 is #DD8886. Grayscale: #5D5D5D. Windows color (decimal): -14518407 or 7960354. OLE color: 7960354.

HSL color Cylindrical-coordinate representation of color #227779: hue angle of 181.38º 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 #227779 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 34 119 121 -
CMYK 0.72 0.02 0 0.53
HSL 181.38º 0.56% 0.3% -
HSV(B) 181.38º 0.72% 0.47% -
XYZ 10.71 14.91 20.4 -
YUV 93.81 143.34 85.34 -
System Red Green Blue C M Y K H S L
Decimal 34 119 121 0.72 0.02 0 0.53 181.38 0.56 0.3
Hex 22 77 79 48 2 0 35 B5 38 1E
Octal 42 167 171 110 2 0 65 265 70 36
Binary 100010 1110111 1111001 1001000 10 0 110101 10110101 111000 11110

Color Harmonies of #227779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227779

Black with #227779

Text Example


Text Example

White with #227779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227779; }

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

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

background-color css

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

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

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

border-color css

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

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

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