Html Css Color HEX #276B8C Astral

📋 copy color: '#276B8C'

red 39 ◦ green 107 ◦ blue 140

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

Shades of Astral #276B8C

Tints of Astral #276B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 13.64%
G = 37.41%
B = 48.95%

CMYK

 C value IS 0.72

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#276B8C (or 0x276B8C) is known color: Astral. HEX triplet: 27, 6B and 8C. RGB value is (39,107,140). Sum of RGB (Red+Green+Blue) = 39+107+140=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #276B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276B8C is #D89473. Grayscale: #5A5A5A. Windows color (decimal): -14193780 or 9202471. OLE color: 9202471.

HSL color Cylindrical-coordinate representation of color #276B8C: hue angle of 199.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #276B8C is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 107 140 -
CMYK 0.72 0.24 0 0.45
HSL 199.6º 0.56% 0.35% -
HSV(B) 199.6º 0.72% 0.55% -
XYZ 10.83 12.84 26.72 -
YUV 90.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 39 107 140 0.72 0.24 0 0.45 199.6 0.56 0.35
Hex 27 6B 8C 48 18 0 2D C8 38 23
Octal 47 153 214 110 30 0 55 310 70 43
Binary 100111 1101011 10001100 1001000 11000 0 101101 11001000 111000 100011

Color Harmonies of #276B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276B8C

Black with #276B8C

Text Example


Text Example

White with #276B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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