Html Css Color HEX #276990 Astral

📋 copy color: '#276990'

red 39 ◦ green 105 ◦ blue 144

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

Shades of Astral #276990

Tints of Astral #276990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.46%

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

R = 13.54%
G = 36.46%
B = 50%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#276990 (or 0x276990) is known color: Astral. HEX triplet: 27, 69 and 90. RGB value is (39,105,144). Sum of RGB (Red+Green+Blue) = 39+105+144=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #276990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276990 is #D8966F. Grayscale: #595959. Windows color (decimal): -14194288 or 9464103. OLE color: 9464103.

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

Color convert

RGB 39 105 144 -
CMYK 0.73 0.27 0 0.44
HSL 202.29º 0.57% 0.36% -
HSV(B) 202.29º 0.73% 0.56% -
XYZ 10.92 12.55 28.23 -
YUV 89.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 39 105 144 0.73 0.27 0 0.44 202.29 0.57 0.36
Hex 27 69 90 49 1B 0 2C CA 39 24
Octal 47 151 220 111 33 0 54 312 71 44
Binary 100111 1101001 10010000 1001001 11011 0 101100 11001010 111001 100100

Color Harmonies of #276990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276990

Black with #276990

Text Example


Text Example

White with #276990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276990; }

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

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

background-color css

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

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

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

border-color css

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

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

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