#276F8A

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

Shades of Astral #276F8A

Tints of Astral #276F8A

Color information

#276F8A (or 0x276F8A) is unknown color: approx Astral. HEX triplet: 27, 6F and 8A. RGB value is (39,111,138). Sum of RGB (Red+Green+Blue) = 39+111+138=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #276F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F8A is #D89075. Grayscale: #5C5C5C. Windows color (decimal): -14192758 or 9072423. OLE color: 9072423.

HSL color Cylindrical-coordinate representation of color #276F8A: hue angle of 196.36º 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 #276F8A is Cyan = 0.72, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB39111138-
CMYK0.720.2000.46
HSL196.36º55.93%34.71%-
HSV(B)196.36º71.74%54.12%-
XYZ11.1113.6426.09-
YUV92.55153.6589.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 111 (43.75% from 255) = 38.54%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=13.54%
G=38.54%
B=47.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391111380.720.2000.46196.3655.9334.71
Hex276F8A481402Ec43823
Octal47157212110240563047043
Binary100111110111110001010100100010100010111011000100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,111,138); }

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

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

 a { background-color: rgb(39,111,138); }

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

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

 span { border-color: rgb(39,111,138); }

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