Html Css Color HEX #276D8F Astral

📋 copy color: '#276D8F'

red 39 ◦ green 109 ◦ blue 143

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

Shades of Astral #276D8F

Tints of Astral #276D8F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.46%

 BLUE value IS 143 (56.25% from 255) = 49.14%

R = 13.4%
G = 37.46%
B = 49.14%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#276D8F (or 0x276D8F) is known color: Astral. HEX triplet: 27, 6D and 8F. RGB value is (39,109,143). Sum of RGB (Red+Green+Blue) = 39+109+143=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #276D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D8F is #D89270. Grayscale: #5B5B5B. Windows color (decimal): -14193265 or 9399591. OLE color: 9399591.

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

Color convert

RGB 39 109 143 -
CMYK 0.73 0.24 0 0.44
HSL 199.62º 0.57% 0.36% -
HSV(B) 199.62º 0.73% 0.56% -
XYZ 11.26 13.35 27.97 -
YUV 91.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 39 109 143 0.73 0.24 0 0.44 199.62 0.57 0.36
Hex 27 6D 8F 49 18 0 2C C8 39 24
Octal 47 155 217 111 30 0 54 310 71 44
Binary 100111 1101101 10001111 1001001 11000 0 101100 11001000 111001 100100

Color Harmonies of #276D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276D8F

Black with #276D8F

Text Example


Text Example

White with #276D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,143); }

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

background-color css

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

 a { background-color: rgb(39,109,143); }

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

border-color css

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

 span { border-color: rgb(39,109,143); }

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