Html Css Color HEX #277C8C Atoll

📋 copy color: '#277C8C'

red 39 ◦ green 124 ◦ blue 140

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

Shades of Atoll #277C8C

Tints of Atoll #277C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.92%

 BLUE value IS 140 (55.08% from 255) = 46.2%

R = 12.87%
G = 40.92%
B = 46.2%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#277C8C (or 0x277C8C) is known color: Atoll. HEX triplet: 27, 7C and 8C. RGB value is (39,124,140). Sum of RGB (Red+Green+Blue) = 39+124+140=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #277C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277C8C is #D88373. Grayscale: #646464. Windows color (decimal): -14189428 or 9206823. OLE color: 9206823.

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

Color convert

RGB 39 124 140 -
CMYK 0.72 0.11 0 0.45
HSL 189.5º 0.56% 0.35% -
HSV(B) 189.5º 0.72% 0.55% -
XYZ 12.78 16.74 27.37 -
YUV 100.41 150.34 84.2 -
System Red Green Blue C M Y K H S L
Decimal 39 124 140 0.72 0.11 0 0.45 189.5 0.56 0.35
Hex 27 7C 8C 48 B 0 2D BE 38 23
Octal 47 174 214 110 13 0 55 276 70 43
Binary 100111 1111100 10001100 1001000 1011 0 101101 10111110 111000 100011

Color Harmonies of #277C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277C8C

Black with #277C8C

Text Example


Text Example

White with #277C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,124,140); }

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

background-color css

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

 a { background-color: rgb(39,124,140); }

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

border-color css

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

 span { border-color: rgb(39,124,140); }

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