Html Css Color HEX #257F83 Atoll

📋 copy color: '#257F83'

red 37 ◦ green 127 ◦ blue 131

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

Shades of Atoll #257F83

Tints of Atoll #257F83

RGB

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

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

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

R = 12.54%
G = 43.05%
B = 44.41%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#257F83 (or 0x257F83) is known color: Atoll. HEX triplet: 25, 7F and 83. RGB value is (37,127,131). Sum of RGB (Red+Green+Blue) = 37+127+131=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 127 (50% from 255 or 43.05% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 131 - color contains mainly: blue. Hex color #257F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F83 is #DA807C. Grayscale: #646464. Windows color (decimal): -14319741 or 8617765. OLE color: 8617765.

HSL color Cylindrical-coordinate representation of color #257F83: hue angle of 182.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257F83 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 127 131 -
CMYK 0.72 0.03 0 0.49
HSL 182.55º 0.56% 0.33% -
HSV(B) 182.55º 0.72% 0.51% -
XYZ 12.45 17.21 24.14 -
YUV 100.55 145.18 82.67 -
System Red Green Blue C M Y K H S L
Decimal 37 127 131 0.72 0.03 0 0.49 182.55 0.56 0.33
Hex 25 7F 83 48 3 0 31 B7 38 21
Octal 45 177 203 110 3 0 61 267 70 41
Binary 100101 1111111 10000011 1001000 11 0 110001 10110111 111000 100001

Color Harmonies of #257F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F83

Black with #257F83

Text Example


Text Example

White with #257F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,127,131); }

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

background-color css

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

 a { background-color: rgb(37,127,131); }

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

border-color css

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

 span { border-color: rgb(37,127,131); }

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