Html Css Color HEX #257D90 Scooter

📋 copy color: '#257D90'

red 37 ◦ green 125 ◦ blue 144

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

Shades of Scooter #257D90

Tints of Scooter #257D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.06%

R = 12.09%
G = 40.85%
B = 47.06%

CMYK

 C value IS 0.74

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#257D90 (or 0x257D90) is known color: Scooter. HEX triplet: 25, 7D and 90. RGB value is (37,125,144). Sum of RGB (Red+Green+Blue) = 37+125+144=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #257D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D90 is #DA826F. Grayscale: #646464. Windows color (decimal): -14320240 or 9469221. OLE color: 9469221.

HSL color Cylindrical-coordinate representation of color #257D90: hue angle of 190.65º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257D90 is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 125 144 -
CMYK 0.74 0.13 0 0.44
HSL 190.65º 0.59% 0.35% -
HSV(B) 190.65º 0.74% 0.56% -
XYZ 13.13 17.07 28.99 -
YUV 100.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 37 125 144 0.74 0.13 0 0.44 190.65 0.59 0.35
Hex 25 7D 90 4A D 0 2C BF 3B 23
Octal 45 175 220 112 15 0 54 277 73 43
Binary 100101 1111101 10010000 1001010 1101 0 101100 10111111 111011 100011

Color Harmonies of #257D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D90

Black with #257D90

Text Example


Text Example

White with #257D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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