Html Css Color HEX #276E71 Atoll

📋 copy color: '#276E71'

red 39 ◦ green 110 ◦ blue 113

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

Shades of Atoll #276E71

Tints of Atoll #276E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.98%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 14.89%
G = 41.98%
B = 43.13%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#276E71 (or 0x276E71) is known color: Atoll. HEX triplet: 27, 6E and 71. RGB value is (39,110,113). Sum of RGB (Red+Green+Blue) = 39+110+113=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 110 (43.36% from 255 or 41.98% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #276E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276E71 is #D8918E. Grayscale: #595959. Windows color (decimal): -14193039 or 7433767. OLE color: 7433767.

HSL color Cylindrical-coordinate representation of color #276E71: hue angle of 182.43º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276E71 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 110 113 -
CMYK 0.65 0.03 0 0.56
HSL 182.43º 0.49% 0.3% -
HSV(B) 182.43º 0.65% 0.44% -
XYZ 9.39 12.78 17.59 -
YUV 89.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 39 110 113 0.65 0.03 0 0.56 182.43 0.49 0.3
Hex 27 6E 71 41 3 0 38 B6 31 1E
Octal 47 156 161 101 3 0 70 266 61 36
Binary 100111 1101110 1110001 1000001 11 0 111000 10110110 110001 11110

Color Harmonies of #276E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E71

Black with #276E71

Text Example


Text Example

White with #276E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276E71; }

 p { color: rgb(39,110,113); }

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

background-color css

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

 a { background-color: rgb(39,110,113); }

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

border-color css

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

 span { border-color: rgb(39,110,113); }

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