Html Css Color HEX #276F90 Astral

📋 copy color: '#276F90'

red 39 ◦ green 111 ◦ blue 144

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

Shades of Astral #276F90

Tints of Astral #276F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 13.27%
G = 37.76%
B = 48.98%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#276F90 (or 0x276F90) is known color: Astral. HEX triplet: 27, 6F and 90. RGB value is (39,111,144). Sum of RGB (Red+Green+Blue) = 39+111+144=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #276F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276F90 is #D8906F. Grayscale: #5D5D5D. Windows color (decimal): -14192752 or 9465639. OLE color: 9465639.

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

Color convert

RGB 39 111 144 -
CMYK 0.73 0.23 0 0.44
HSL 198.86º 0.57% 0.36% -
HSV(B) 198.86º 0.73% 0.56% -
XYZ 11.56 13.81 28.44 -
YUV 93.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 39 111 144 0.73 0.23 0 0.44 198.86 0.57 0.36
Hex 27 6F 90 49 17 0 2C C7 39 24
Octal 47 157 220 111 27 0 54 307 71 44
Binary 100111 1101111 10010000 1001001 10111 0 101100 11000111 111001 100100

Color Harmonies of #276F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276F90

Black with #276F90

Text Example


Text Example

White with #276F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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