Html Css Color HEX #276C90 Astral

📋 copy color: '#276C90'

red 39 ◦ green 108 ◦ blue 144

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

Shades of Astral #276C90

Tints of Astral #276C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 13.4%
G = 37.11%
B = 49.48%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#276C90 (or 0x276C90) is known color: Astral. HEX triplet: 27, 6C and 90. RGB value is (39,108,144). Sum of RGB (Red+Green+Blue) = 39+108+144=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #276C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276C90 is #D8936F. Grayscale: #5B5B5B. Windows color (decimal): -14193520 or 9464871. OLE color: 9464871.

HSL color Cylindrical-coordinate representation of color #276C90: hue angle of 200.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276C90 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 39 108 144 -
CMYK 0.73 0.25 0 0.44
HSL 200.57º 0.57% 0.36% -
HSV(B) 200.57º 0.73% 0.56% -
XYZ 11.23 13.17 28.34 -
YUV 91.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 39 108 144 0.73 0.25 0 0.44 200.57 0.57 0.36
Hex 27 6C 90 49 19 0 2C C9 39 24
Octal 47 154 220 111 31 0 54 311 71 44
Binary 100111 1101100 10010000 1001001 11001 0 101100 11001001 111001 100100

Color Harmonies of #276C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276C90

Black with #276C90

Text Example


Text Example

White with #276C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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