Html Css Color HEX #277883 Atoll

📋 copy color: '#277883'

red 39 ◦ green 120 ◦ blue 131

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

Shades of Atoll #277883

Tints of Atoll #277883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 13.45%
G = 41.38%
B = 45.17%

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

#277883 (or 0x277883) is known color: Atoll. HEX triplet: 27, 78 and 83. RGB value is (39,120,131). Sum of RGB (Red+Green+Blue) = 39+120+131=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #277883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277883 is #D8877C. Grayscale: #606060. Windows color (decimal): -14190461 or 8615975. OLE color: 8615975.

HSL color Cylindrical-coordinate representation of color #277883: hue angle of 187.17º 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 #277883 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 120 131 -
CMYK 0.70 0.08 0 0.49
HSL 187.17º 0.54% 0.33% -
HSV(B) 187.17º 0.7% 0.51% -
XYZ 11.65 15.5 23.85 -
YUV 97.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 39 120 131 0.70 0.08 0 0.49 187.17 0.54 0.33
Hex 27 78 83 46 8 0 31 BB 36 21
Octal 47 170 203 106 10 0 61 273 66 41
Binary 100111 1111000 10000011 1000110 1000 0 110001 10111011 110110 100001

Color Harmonies of #277883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277883

Black with #277883

Text Example


Text Example

White with #277883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277883; }

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

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

background-color css

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

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

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

border-color css

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

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

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