Html Css Color HEX #277377 Atoll

📋 copy color: '#277377'

red 39 ◦ green 115 ◦ blue 119

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

Shades of Atoll #277377

Tints of Atoll #277377

RGB

 RED value IS 39 (15.63% from 255) = 14.29%

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

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

R = 14.29%
G = 42.12%
B = 43.59%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#277377 (or 0x277377) is known color: Atoll. HEX triplet: 27, 73 and 77. RGB value is (39,115,119). Sum of RGB (Red+Green+Blue) = 39+115+119=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 119 - color contains mainly: blue. Hex color #277377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277377 is #D88C88. Grayscale: #5C5C5C. Windows color (decimal): -14191753 or 7828263. OLE color: 7828263.

HSL color Cylindrical-coordinate representation of color #277377: hue angle of 183º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277377 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 39 115 119 -
CMYK 0.67 0.03 0 0.53
HSL 183º 0.51% 0.31% -
HSV(B) 183º 0.67% 0.47% -
XYZ 10.3 14.02 19.62 -
YUV 92.73 142.82 89.67 -
System Red Green Blue C M Y K H S L
Decimal 39 115 119 0.67 0.03 0 0.53 183 0.51 0.31
Hex 27 73 77 43 3 0 35 B7 33 1F
Octal 47 163 167 103 3 0 65 267 63 37
Binary 100111 1110011 1110111 1000011 11 0 110101 10110111 110011 11111

Color Harmonies of #277377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277377

Black with #277377

Text Example


Text Example

White with #277377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277377; }

 p { color: rgb(39,115,119); }

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

background-color css

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

 a { background-color: rgb(39,115,119); }

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

border-color css

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

 span { border-color: rgb(39,115,119); }

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