#276789

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

Shades of Astral #276789

Tints of Astral #276789

Color information

#276789 (or 0x276789) is unknown color: approx Astral. HEX triplet: 27, 67 and 89. RGB value is (39,103,137). Sum of RGB (Red+Green+Blue) = 39+103+137=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #276789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276789 is #D89876. Grayscale: #575757. Windows color (decimal): -14194807 or 9004839. OLE color: 9004839.

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

Color convert

RGB39103137-
CMYK0.720.2500.46
HSL200.82º55.68%34.51%-
HSV(B)200.82º71.53%53.73%-
XYZ10.211.9425.43-
YUV87.74155.893.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=13.98%
G=36.92%
B=49.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal391031370.720.2500.46200.8255.6834.51
Hex276789481902Ec93823
Octal47147211110310563117043
Binary100111110011110001001100100011001010111011001001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276789; }

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

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

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

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

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

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

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

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