Html Css Color HEX #276E82 Allports

📋 copy color: '#276E82'

red 39 ◦ green 110 ◦ blue 130

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

Shades of Allports #276E82

Tints of Allports #276E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 13.98%
G = 39.43%
B = 46.59%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#276E82 (or 0x276E82) is known color: Allports. HEX triplet: 27, 6E and 82. RGB value is (39,110,130). Sum of RGB (Red+Green+Blue) = 39+110+130=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #276E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E82 is #D8917D. Grayscale: #5A5A5A. Windows color (decimal): -14193022 or 8547879. OLE color: 8547879.

HSL color Cylindrical-coordinate representation of color #276E82: hue angle of 193.19º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #276E82 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 110 130 -
CMYK 0.70 0.15 0 0.49
HSL 193.19º 0.54% 0.33% -
HSV(B) 193.19º 0.7% 0.51% -
XYZ 10.44 13.19 23.12 -
YUV 91.05 149.98 90.87 -
System Red Green Blue C M Y K H S L
Decimal 39 110 130 0.70 0.15 0 0.49 193.19 0.54 0.33
Hex 27 6E 82 46 F 0 31 C1 36 21
Octal 47 156 202 106 17 0 61 301 66 41
Binary 100111 1101110 10000010 1000110 1111 0 110001 11000001 110110 100001

Color Harmonies of #276E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E82

Black with #276E82

Text Example


Text Example

White with #276E82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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