Html Css Color HEX #276F8C Astral

📋 copy color: '#276F8C'

red 39 ◦ green 111 ◦ blue 140

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

Shades of Astral #276F8C

Tints of Astral #276F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 13.45%
G = 38.28%
B = 48.28%

CMYK

 C value IS 0.72

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#276F8C (or 0x276F8C) is known color: Astral. HEX triplet: 27, 6F and 8C. RGB value is (39,111,140). Sum of RGB (Red+Green+Blue) = 39+111+140=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #276F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F8C is #D89073. Grayscale: #5C5C5C. Windows color (decimal): -14192756 or 9203495. OLE color: 9203495.

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

Color convert

RGB 39 111 140 -
CMYK 0.72 0.21 0 0.45
HSL 197.23º 0.56% 0.35% -
HSV(B) 197.23º 0.72% 0.55% -
XYZ 11.25 13.69 26.86 -
YUV 92.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 39 111 140 0.72 0.21 0 0.45 197.23 0.56 0.35
Hex 27 6F 8C 48 15 0 2D C5 38 23
Octal 47 157 214 110 25 0 55 305 70 43
Binary 100111 1101111 10001100 1001000 10101 0 101101 11000101 111000 100011

Color Harmonies of #276F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F8C

Black with #276F8C

Text Example


Text Example

White with #276F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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