Html Css Color HEX #257070 Elm

📋 copy color: '#257070'

red 37 ◦ green 112 ◦ blue 112

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

Shades of Elm #257070

Tints of Elm #257070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 14.18%
G = 42.91%
B = 42.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#257070 (or 0x257070) is known color: Elm. HEX triplet: 25, 70 and 70. RGB value is (37,112,112). Sum of RGB (Red+Green+Blue) = 37+112+112=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #257070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257070 is #DA8F8F. Grayscale: #595959. Windows color (decimal): -14323600 or 7368741. OLE color: 7368741.

HSL color Cylindrical-coordinate representation of color #257070: hue angle of 180º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #257070 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 112 112 -
CMYK 0.67 0 0 0.56
HSL 180º 0.5% 0.29% -
HSV(B) 180º 0.67% 0.44% -
XYZ 9.48 13.15 17.37 -
YUV 89.58 140.65 90.5 -
System Red Green Blue C M Y K H S L
Decimal 37 112 112 0.67 0 0 0.56 180 0.5 0.29
Hex 25 70 70 43 0 0 38 B4 32 1D
Octal 45 160 160 103 0 0 70 264 62 35
Binary 100101 1110000 1110000 1000011 0 0 111000 10110100 110010 11101

Color Harmonies of #257070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257070

Black with #257070

Text Example


Text Example

White with #257070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257070; }

 p { color: rgb(37,112,112); }

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

background-color css

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

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

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

border-color css

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

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

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