Html Css Color HEX #276C89 Astral

📋 copy color: '#276C89'

red 39 ◦ green 108 ◦ blue 137

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

Shades of Astral #276C89

Tints of Astral #276C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 13.73%
G = 38.03%
B = 48.24%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#276C89 (or 0x276C89) is known color: Astral. HEX triplet: 27, 6C and 89. RGB value is (39,108,137). Sum of RGB (Red+Green+Blue) = 39+108+137=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #276C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C89 is #D89376. Grayscale: #5A5A5A. Windows color (decimal): -14193527 or 9006119. OLE color: 9006119.

HSL color Cylindrical-coordinate representation of color #276C89: hue angle of 197.76º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276C89 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 108 137 -
CMYK 0.72 0.21 0 0.46
HSL 197.76º 0.56% 0.35% -
HSV(B) 197.76º 0.72% 0.54% -
XYZ 10.71 12.96 25.6 -
YUV 90.68 154.14 91.14 -
System Red Green Blue C M Y K H S L
Decimal 39 108 137 0.72 0.21 0 0.46 197.76 0.56 0.35
Hex 27 6C 89 48 15 0 2E C6 38 23
Octal 47 154 211 110 25 0 56 306 70 43
Binary 100111 1101100 10001001 1001000 10101 0 101110 11000110 111000 100011

Color Harmonies of #276C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276C89

Black with #276C89

Text Example


Text Example

White with #276C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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