Html Css Color HEX #257D8D Atoll

📋 copy color: '#257D8D'

red 37 ◦ green 125 ◦ blue 141

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

Shades of Atoll #257D8D

Tints of Atoll #257D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.25%

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 12.21%
G = 41.25%
B = 46.53%

CMYK

 C value IS 0.74

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#257D8D (or 0x257D8D) is known color: Atoll. HEX triplet: 25, 7D and 8D. RGB value is (37,125,141). Sum of RGB (Red+Green+Blue) = 37+125+141=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #257D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D8D is #DA8272. Grayscale: #646464. Windows color (decimal): -14320243 or 9272613. OLE color: 9272613.

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

Color convert

RGB 37 125 141 -
CMYK 0.74 0.11 0 0.45
HSL 189.23º 0.58% 0.35% -
HSV(B) 189.23º 0.74% 0.55% -
XYZ 12.9 16.98 27.8 -
YUV 100.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 37 125 141 0.74 0.11 0 0.45 189.23 0.58 0.35
Hex 25 7D 8D 4A B 0 2D BD 3A 23
Octal 45 175 215 112 13 0 55 275 72 43
Binary 100101 1111101 10001101 1001010 1011 0 101101 10111101 111010 100011

Color Harmonies of #257D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D8D

Black with #257D8D

Text Example


Text Example

White with #257D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,141); }

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

background-color css

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

 a { background-color: rgb(37,125,141); }

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

border-color css

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

 span { border-color: rgb(37,125,141); }

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