Html Css Color HEX #276B91 Astral

📋 copy color: '#276B91'

red 39 ◦ green 107 ◦ blue 145

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

Shades of Astral #276B91

Tints of Astral #276B91

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

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

R = 13.4%
G = 36.77%
B = 49.83%

CMYK

 C value IS 0.73

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#276B91 (or 0x276B91) is known color: Astral. HEX triplet: 27, 6B and 91. RGB value is (39,107,145). Sum of RGB (Red+Green+Blue) = 39+107+145=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #276B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B91 is #D8946E. Grayscale: #5A5A5A. Windows color (decimal): -14193775 or 9530151. OLE color: 9530151.

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

Color convert

RGB 39 107 145 -
CMYK 0.73 0.26 0 0.43
HSL 201.51º 0.58% 0.36% -
HSV(B) 201.51º 0.73% 0.57% -
XYZ 11.21 12.99 28.71 -
YUV 91 158.47 90.91 -
System Red Green Blue C M Y K H S L
Decimal 39 107 145 0.73 0.26 0 0.43 201.51 0.58 0.36
Hex 27 6B 91 49 1A 0 2B CA 3A 24
Octal 47 153 221 111 32 0 53 312 72 44
Binary 100111 1101011 10010001 1001001 11010 0 101011 11001010 111010 100100

Color Harmonies of #276B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276B91

Black with #276B91

Text Example


Text Example

White with #276B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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