#276D8C

Color #276D8C Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #276D8C

Tints of Astral #276D8C

Color information

#276D8C (or 0x276D8C) is unknown color: approx Astral. HEX triplet: 27, 6D and 8C. RGB value is (39,109,140). Sum of RGB (Red+Green+Blue) = 39+109+140=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #276D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D8C is #D89273. Grayscale: #5B5B5B. Windows color (decimal): -14193268 or 9202983. OLE color: 9202983.

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

Color convert

RGB39109140-
CMYK0.720.2200.45
HSL198.42º56.42%35.1%-
HSV(B)198.42º72.14%54.9%-
XYZ11.0413.2626.79-
YUV91.6155.3190.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=13.54%
G=37.85%
B=48.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391091400.720.2200.45198.4256.4235.1
Hex276D8C481602Dc63823
Octal47155214110260553067043
Binary100111110110110001100100100010110010110111000110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,109,140); }

 H1.HeaderClassName
 {
   color: #276D8C;
 }
 .AnyTagClassName
 {
   color: #276D8C;
 }
</style>
background-color css

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

 a { background-color: rgb(39,109,140); }

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

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

 span { border-color: rgb(39,109,140); }

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