Html Css Color HEX #277F89 Atoll

📋 copy color: '#277F89'

red 39 ◦ green 127 ◦ blue 137

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

Shades of Atoll #277F89

Tints of Atoll #277F89

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 12.87%
G = 41.91%
B = 45.21%

CMYK

 C value IS 0.72

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#277F89 (or 0x277F89) is known color: Atoll. HEX triplet: 27, 7F and 89. RGB value is (39,127,137). Sum of RGB (Red+Green+Blue) = 39+127+137=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #277F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277F89 is #D88076. Grayscale: #656565. Windows color (decimal): -14188663 or 9010983. OLE color: 9010983.

HSL color Cylindrical-coordinate representation of color #277F89: hue angle of 186.12º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #277F89 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 127 137 -
CMYK 0.72 0.07 0 0.46
HSL 186.12º 0.56% 0.35% -
HSV(B) 186.12º 0.72% 0.54% -
XYZ 12.94 17.42 26.35 -
YUV 101.83 147.85 83.19 -
System Red Green Blue C M Y K H S L
Decimal 39 127 137 0.72 0.07 0 0.46 186.12 0.56 0.35
Hex 27 7F 89 48 7 0 2E BA 38 23
Octal 47 177 211 110 7 0 56 272 70 43
Binary 100111 1111111 10001001 1001000 111 0 101110 10111010 111000 100011

Color Harmonies of #277F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277F89

Black with #277F89

Text Example


Text Example

White with #277F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,127,137); }

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

background-color css

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

 a { background-color: rgb(39,127,137); }

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

border-color css

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

 span { border-color: rgb(39,127,137); }

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