Html Css Color HEX #276E92 Astral

📋 copy color: '#276E92'

red 39 ◦ green 110 ◦ blue 146

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

Shades of Astral #276E92

Tints of Astral #276E92

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

 BLUE value IS 146 (57.42% from 255) = 49.49%

R = 13.22%
G = 37.29%
B = 49.49%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#276E92 (or 0x276E92) is known color: Astral. HEX triplet: 27, 6E and 92. RGB value is (39,110,146). Sum of RGB (Red+Green+Blue) = 39+110+146=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #276E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E92 is #D8916D. Grayscale: #5C5C5C. Windows color (decimal): -14193006 or 9596455. OLE color: 9596455.

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

Color convert

RGB 39 110 146 -
CMYK 0.73 0.25 0 0.43
HSL 200.19º 0.58% 0.36% -
HSV(B) 200.19º 0.73% 0.57% -
XYZ 11.6 13.66 29.22 -
YUV 92.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 39 110 146 0.73 0.25 0 0.43 200.19 0.58 0.36
Hex 27 6E 92 49 19 0 2B C8 3A 24
Octal 47 156 222 111 31 0 53 310 72 44
Binary 100111 1101110 10010010 1001001 11001 0 101011 11001000 111010 100100

Color Harmonies of #276E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276E92

Black with #276E92

Text Example


Text Example

White with #276E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,110,146); }

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

background-color css

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

 a { background-color: rgb(39,110,146); }

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

border-color css

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

 span { border-color: rgb(39,110,146); }

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