Html Css Color HEX #257C88 Atoll

📋 copy color: '#257C88'

red 37 ◦ green 124 ◦ blue 136

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

Shades of Atoll #257C88

Tints of Atoll #257C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 12.46%
G = 41.75%
B = 45.79%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#257C88 (or 0x257C88) is known color: Atoll. HEX triplet: 25, 7C and 88. RGB value is (37,124,136). Sum of RGB (Red+Green+Blue) = 37+124+136=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #257C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C88 is #DA8377. Grayscale: #636363. Windows color (decimal): -14320504 or 8944677. OLE color: 8944677.

HSL color Cylindrical-coordinate representation of color #257C88: hue angle of 187.27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257C88 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 124 136 -
CMYK 0.73 0.09 0 0.47
HSL 187.27º 0.57% 0.34% -
HSV(B) 187.27º 0.73% 0.53% -
XYZ 12.41 16.59 25.84 -
YUV 99.36 148.68 83.52 -
System Red Green Blue C M Y K H S L
Decimal 37 124 136 0.73 0.09 0 0.47 187.27 0.57 0.34
Hex 25 7C 88 49 9 0 2F BB 39 22
Octal 45 174 210 111 11 0 57 273 71 42
Binary 100101 1111100 10001000 1001001 1001 0 101111 10111011 111001 100010

Color Harmonies of #257C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C88

Black with #257C88

Text Example


Text Example

White with #257C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257C88; }

 p { color: rgb(37,124,136); }

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

background-color css

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

 a { background-color: rgb(37,124,136); }

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

border-color css

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

 span { border-color: rgb(37,124,136); }

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