Html Css Color HEX #277B92 Astral

📋 copy color: '#277B92'

red 39 ◦ green 123 ◦ blue 146

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

Shades of Astral #277B92

Tints of Astral #277B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.94%

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

R = 12.66%
G = 39.94%
B = 47.4%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#277B92 (or 0x277B92) is known color: Astral. HEX triplet: 27, 7B and 92. RGB value is (39,123,146). Sum of RGB (Red+Green+Blue) = 39+123+146=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #277B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B92 is #D8846D. Grayscale: #646464. Windows color (decimal): -14189678 or 9599783. OLE color: 9599783.

HSL color Cylindrical-coordinate representation of color #277B92: hue angle of 192.9º 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 #277B92 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 39 123 146 -
CMYK 0.73 0.16 0 0.43
HSL 192.9º 0.58% 0.36% -
HSV(B) 192.9º 0.73% 0.57% -
XYZ 13.11 16.67 29.72 -
YUV 100.51 153.67 84.13 -
System Red Green Blue C M Y K H S L
Decimal 39 123 146 0.73 0.16 0 0.43 192.9 0.58 0.36
Hex 27 7B 92 49 10 0 2B C1 3A 24
Octal 47 173 222 111 20 0 53 301 72 44
Binary 100111 1111011 10010010 1001001 10000 0 101011 11000001 111010 100100

Color Harmonies of #277B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277B92

Black with #277B92

Text Example


Text Example

White with #277B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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