Html Css Color HEX #276A91 Astral

📋 copy color: '#276A91'

red 39 ◦ green 106 ◦ blue 145

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

Shades of Astral #276A91

Tints of Astral #276A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 13.45%
G = 36.55%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#276A91 (or 0x276A91) is known color: Astral. HEX triplet: 27, 6A and 91. RGB value is (39,106,145). Sum of RGB (Red+Green+Blue) = 39+106+145=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #276A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A91 is #D8956E. Grayscale: #5A5A5A. Windows color (decimal): -14194031 or 9529895. OLE color: 9529895.

HSL color Cylindrical-coordinate representation of color #276A91: hue angle of 202.08º 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 #276A91 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 106 145 -
CMYK 0.73 0.27 0 0.43
HSL 202.08º 0.58% 0.36% -
HSV(B) 202.08º 0.73% 0.57% -
XYZ 11.1 12.78 28.67 -
YUV 90.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 39 106 145 0.73 0.27 0 0.43 202.08 0.58 0.36
Hex 27 6A 91 49 1B 0 2B CA 3A 24
Octal 47 152 221 111 33 0 53 312 72 44
Binary 100111 1101010 10010001 1001001 11011 0 101011 11001010 111010 100100

Color Harmonies of #276A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276A91

Black with #276A91

Text Example


Text Example

White with #276A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,106,145); }

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

background-color css

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

 a { background-color: rgb(39,106,145); }

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

border-color css

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

 span { border-color: rgb(39,106,145); }

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