Html Css Color HEX #277277 Atoll

📋 copy color: '#277277'

red 39 ◦ green 114 ◦ blue 119

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

Shades of Atoll #277277

Tints of Atoll #277277

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

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

R = 14.34%
G = 41.91%
B = 43.75%

CMYK

 C value IS 0.67

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#277277 (or 0x277277) is known color: Atoll. HEX triplet: 27, 72 and 77. RGB value is (39,114,119). Sum of RGB (Red+Green+Blue) = 39+114+119=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #277277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277277 is #D88D88. Grayscale: #5C5C5C. Windows color (decimal): -14192009 or 7828007. OLE color: 7828007.

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

Color convert

RGB 39 114 119 -
CMYK 0.67 0.04 0 0.53
HSL 183.75º 0.51% 0.31% -
HSV(B) 183.75º 0.67% 0.47% -
XYZ 10.18 13.8 19.58 -
YUV 92.15 143.15 90.09 -
System Red Green Blue C M Y K H S L
Decimal 39 114 119 0.67 0.04 0 0.53 183.75 0.51 0.31
Hex 27 72 77 43 4 0 35 B8 33 1F
Octal 47 162 167 103 4 0 65 270 63 37
Binary 100111 1110010 1110111 1000011 100 0 110101 10111000 110011 11111

Color Harmonies of #277277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277277

Black with #277277

Text Example


Text Example

White with #277277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277277; }

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

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

background-color css

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

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

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

border-color css

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

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

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