Html Css Color HEX #276A8C Astral

📋 copy color: '#276A8C'

red 39 ◦ green 106 ◦ blue 140

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

Shades of Astral #276A8C

Tints of Astral #276A8C

RGB

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

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

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

R = 13.68%
G = 37.19%
B = 49.12%

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

#276A8C (or 0x276A8C) is known color: Astral. HEX triplet: 27, 6A and 8C. RGB value is (39,106,140). Sum of RGB (Red+Green+Blue) = 39+106+140=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #276A8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A8C is #D89573. Grayscale: #595959. Windows color (decimal): -14194036 or 9202215. OLE color: 9202215.

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

Color convert

RGB 39 106 140 -
CMYK 0.72 0.24 0 0.45
HSL 200.2º 0.56% 0.35% -
HSV(B) 200.2º 0.72% 0.55% -
XYZ 10.72 12.63 26.68 -
YUV 89.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 39 106 140 0.72 0.24 0 0.45 200.2 0.56 0.35
Hex 27 6A 8C 48 18 0 2D C8 38 23
Octal 47 152 214 110 30 0 55 310 70 43
Binary 100111 1101010 10001100 1001000 11000 0 101101 11001000 111000 100011

Color Harmonies of #276A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276A8C

Black with #276A8C

Text Example


Text Example

White with #276A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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