Html Css Color HEX #227376 Atoll

📋 copy color: '#227376'

red 34 ◦ green 115 ◦ blue 118

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

Shades of Atoll #227376

Tints of Atoll #227376

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 12.73%
G = 43.07%
B = 44.19%

CMYK

 C value IS 0.71

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#227376 (or 0x227376) is known color: Atoll. HEX triplet: 22, 73 and 76. RGB value is (34,115,118). Sum of RGB (Red+Green+Blue) = 34+115+118=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #227376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #227376 is #DD8C89. Grayscale: #5B5B5B. Windows color (decimal): -14519434 or 7762722. OLE color: 7762722.

HSL color Cylindrical-coordinate representation of color #227376: hue angle of 182.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #227376 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 115 118 -
CMYK 0.71 0.03 0 0.54
HSL 182.14º 0.55% 0.3% -
HSV(B) 182.14º 0.71% 0.46% -
XYZ 10.06 13.91 19.29 -
YUV 91.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 34 115 118 0.71 0.03 0 0.54 182.14 0.55 0.3
Hex 22 73 76 47 3 0 36 B6 37 1E
Octal 42 163 166 107 3 0 66 266 67 36
Binary 100010 1110011 1110110 1000111 11 0 110110 10110110 110111 11110

Color Harmonies of #227376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #227376

Black with #227376

Text Example


Text Example

White with #227376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #227376; }

 p { color: rgb(34,115,118); }

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

background-color css

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

 a { background-color: rgb(34,115,118); }

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

border-color css

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

 span { border-color: rgb(34,115,118); }

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