Html Css Color HEX #227577 Atoll

📋 copy color: '#227577'

red 34 ◦ green 117 ◦ blue 119

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

Shades of Atoll #227577

Tints of Atoll #227577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.33%

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

R = 12.59%
G = 43.33%
B = 44.07%

CMYK

 C value IS 0.71

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#227577 (or 0x227577) is known color: Atoll. HEX triplet: 22, 75 and 77. RGB value is (34,117,119). Sum of RGB (Red+Green+Blue) = 34+117+119=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #227577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227577 is #DD8A88. Grayscale: #5C5C5C. Windows color (decimal): -14518921 or 7828770. OLE color: 7828770.

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

Color convert

RGB 34 117 119 -
CMYK 0.71 0.02 0 0.53
HSL 181.41º 0.56% 0.3% -
HSV(B) 181.41º 0.71% 0.47% -
XYZ 10.35 14.39 19.69 -
YUV 92.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 34 117 119 0.71 0.02 0 0.53 181.41 0.56 0.3
Hex 22 75 77 47 2 0 35 B5 38 1E
Octal 42 165 167 107 2 0 65 265 70 36
Binary 100010 1110101 1110111 1000111 10 0 110101 10110101 111000 11110

Color Harmonies of #227577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227577

Black with #227577

Text Example


Text Example

White with #227577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227577; }

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

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

background-color css

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

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

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

border-color css

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

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

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