Html Css Color HEX #257680 Atoll

📋 copy color: '#257680'

red 37 ◦ green 118 ◦ blue 128

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

Shades of Atoll #257680

Tints of Atoll #257680

RGB

 RED value IS 37 (14.84% from 255) = 13.07%

 GREEN value IS 118 (46.48% from 255) = 41.7%

 BLUE value IS 128 (50.39% from 255) = 45.23%

R = 13.07%
G = 41.7%
B = 45.23%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#257680 (or 0x257680) is known color: Atoll. HEX triplet: 25, 76 and 80. RGB value is (37,118,128). Sum of RGB (Red+Green+Blue) = 37+118+128=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #257680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257680 is #DA897F. Grayscale: #5E5E5E. Windows color (decimal): -14322048 or 8418853. OLE color: 8418853.

HSL color Cylindrical-coordinate representation of color #257680: hue angle of 186.59º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257680 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 118 128 -
CMYK 0.71 0.08 0 0.50
HSL 186.59º 0.55% 0.32% -
HSV(B) 186.59º 0.71% 0.5% -
XYZ 11.14 14.91 22.71 -
YUV 94.92 146.66 86.69 -
System Red Green Blue C M Y K H S L
Decimal 37 118 128 0.71 0.08 0 0.50 186.59 0.55 0.32
Hex 25 76 80 47 8 0 32 BB 37 20
Octal 45 166 200 107 10 0 62 273 67 40
Binary 100101 1110110 10000000 1000111 1000 0 110010 10111011 110111 100000

Color Harmonies of #257680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257680

Black with #257680

Text Example


Text Example

White with #257680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257680; }

 p { color: rgb(37,118,128); }

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

background-color css

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

 a { background-color: rgb(37,118,128); }

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

border-color css

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

 span { border-color: rgb(37,118,128); }

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