Html Css Color HEX #276D92 Astral

📋 copy color: '#276D92'

red 39 ◦ green 109 ◦ blue 146

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

Shades of Astral #276D92

Tints of Astral #276D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.07%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 13.27%
G = 37.07%
B = 49.66%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#276D92 (or 0x276D92) is known color: Astral. HEX triplet: 27, 6D and 92. RGB value is (39,109,146). Sum of RGB (Red+Green+Blue) = 39+109+146=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #276D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276D92 is #D8926D. Grayscale: #5C5C5C. Windows color (decimal): -14193262 or 9596199. OLE color: 9596199.

HSL color Cylindrical-coordinate representation of color #276D92: hue angle of 200.75º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #276D92 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 109 146 -
CMYK 0.73 0.25 0 0.43
HSL 200.75º 0.58% 0.36% -
HSV(B) 200.75º 0.73% 0.57% -
XYZ 11.49 13.44 29.18 -
YUV 92.29 158.31 89.99 -
System Red Green Blue C M Y K H S L
Decimal 39 109 146 0.73 0.25 0 0.43 200.75 0.58 0.36
Hex 27 6D 92 49 19 0 2B C9 3A 24
Octal 47 155 222 111 31 0 53 311 72 44
Binary 100111 1101101 10010010 1001001 11001 0 101011 11001001 111010 100100

Color Harmonies of #276D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276D92

Black with #276D92

Text Example


Text Example

White with #276D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,109,146); }

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

background-color css

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

 a { background-color: rgb(39,109,146); }

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

border-color css

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

 span { border-color: rgb(39,109,146); }

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