Html Css Color HEX #276B76 Allports

📋 copy color: '#276B76'

red 39 ◦ green 107 ◦ blue 118

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

Shades of Allports #276B76

Tints of Allports #276B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.53%

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

R = 14.77%
G = 40.53%
B = 44.7%

CMYK

 C value IS 0.67

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#276B76 (or 0x276B76) is known color: Allports. HEX triplet: 27, 6B and 76. RGB value is (39,107,118). Sum of RGB (Red+Green+Blue) = 39+107+118=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #276B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276B76 is #D89489. Grayscale: #575757. Windows color (decimal): -14193802 or 7760679. OLE color: 7760679.

HSL color Cylindrical-coordinate representation of color #276B76: hue angle of 188.35º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276B76 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 107 118 -
CMYK 0.67 0.09 0 0.54
HSL 188.35º 0.5% 0.31% -
HSV(B) 188.35º 0.67% 0.46% -
XYZ 9.36 12.25 19.01 -
YUV 87.92 144.97 93.11 -
System Red Green Blue C M Y K H S L
Decimal 39 107 118 0.67 0.09 0 0.54 188.35 0.5 0.31
Hex 27 6B 76 43 9 0 36 BC 32 1F
Octal 47 153 166 103 11 0 66 274 62 37
Binary 100111 1101011 1110110 1000011 1001 0 110110 10111100 110010 11111

Color Harmonies of #276B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276B76

Black with #276B76

Text Example


Text Example

White with #276B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,107,118); }

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

background-color css

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

 a { background-color: rgb(39,107,118); }

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

border-color css

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

 span { border-color: rgb(39,107,118); }

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