Html Css Color HEX #276C73 Allports

📋 copy color: '#276C73'

red 39 ◦ green 108 ◦ blue 115

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

Shades of Allports #276C73

Tints of Allports #276C73

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.22%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 14.89%
G = 41.22%
B = 43.89%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#276C73 (or 0x276C73) is known color: Allports. HEX triplet: 27, 6C and 73. RGB value is (39,108,115). Sum of RGB (Red+Green+Blue) = 39+108+115=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #276C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C73 is #D8938C. Grayscale: #585858. Windows color (decimal): -14193549 or 7564327. OLE color: 7564327.

HSL color Cylindrical-coordinate representation of color #276C73: hue angle of 185.53º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #276C73 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 108 115 -
CMYK 0.66 0.06 0 0.55
HSL 185.53º 0.49% 0.3% -
HSV(B) 185.53º 0.66% 0.45% -
XYZ 9.29 12.39 18.12 -
YUV 88.17 143.14 92.93 -
System Red Green Blue C M Y K H S L
Decimal 39 108 115 0.66 0.06 0 0.55 185.53 0.49 0.3
Hex 27 6C 73 42 6 0 37 BA 31 1E
Octal 47 154 163 102 6 0 67 272 61 36
Binary 100111 1101100 1110011 1000010 110 0 110111 10111010 110001 11110

Color Harmonies of #276C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276C73

Black with #276C73

Text Example


Text Example

White with #276C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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