Html Css Color HEX #257E98 Scooter

📋 copy color: '#257E98'

red 37 ◦ green 126 ◦ blue 152

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

Shades of Scooter #257E98

Tints of Scooter #257E98

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40%

 BLUE value IS 152 (59.77% from 255) = 48.25%

R = 11.75%
G = 40%
B = 48.25%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#257E98 (or 0x257E98) is known color: Scooter. HEX triplet: 25, 7E and 98. RGB value is (37,126,152). Sum of RGB (Red+Green+Blue) = 37+126+152=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #257E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E98 is #DA8167. Grayscale: #666666. Windows color (decimal): -14319976 or 9993765. OLE color: 9993765.

HSL color Cylindrical-coordinate representation of color #257E98: hue angle of 193.57º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257E98 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 126 152 -
CMYK 0.76 0.17 0 0.40
HSL 193.57º 0.61% 0.37% -
HSV(B) 193.57º 0.76% 0.6% -
XYZ 13.89 17.58 32.37 -
YUV 102.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 37 126 152 0.76 0.17 0 0.40 193.57 0.61 0.37
Hex 25 7E 98 4C 11 0 28 C2 3D 25
Octal 45 176 230 114 21 0 50 302 75 45
Binary 100101 1111110 10011000 1001100 10001 0 101000 11000010 111101 100101

Color Harmonies of #257E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E98

Black with #257E98

Text Example


Text Example

White with #257E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,126,152); }

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

background-color css

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

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

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

border-color css

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

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

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