Html Css Color HEX #277983 Atoll

📋 copy color: '#277983'

red 39 ◦ green 121 ◦ blue 131

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

Shades of Atoll #277983

Tints of Atoll #277983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 13.4%
G = 41.58%
B = 45.02%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#277983 (or 0x277983) is known color: Atoll. HEX triplet: 27, 79 and 83. RGB value is (39,121,131). Sum of RGB (Red+Green+Blue) = 39+121+131=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #277983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277983 is #D8867C. Grayscale: #616161. Windows color (decimal): -14190205 or 8616231. OLE color: 8616231.

HSL color Cylindrical-coordinate representation of color #277983: hue angle of 186.52º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #277983 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 121 131 -
CMYK 0.70 0.08 0 0.49
HSL 186.52º 0.54% 0.33% -
HSV(B) 186.52º 0.7% 0.51% -
XYZ 11.77 15.74 23.89 -
YUV 97.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 39 121 131 0.70 0.08 0 0.49 186.52 0.54 0.33
Hex 27 79 83 46 8 0 31 BB 36 21
Octal 47 171 203 106 10 0 61 273 66 41
Binary 100111 1111001 10000011 1000110 1000 0 110001 10111011 110110 100001

Color Harmonies of #277983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277983

Black with #277983

Text Example


Text Example

White with #277983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277983; }

 p { color: rgb(39,121,131); }

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

background-color css

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

 a { background-color: rgb(39,121,131); }

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

border-color css

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

 span { border-color: rgb(39,121,131); }

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