Html Css Color HEX #257C95 Scooter

📋 copy color: '#257C95'

red 37 ◦ green 124 ◦ blue 149

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

Shades of Scooter #257C95

Tints of Scooter #257C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40%

 BLUE value IS 149 (58.59% from 255) = 48.06%

R = 11.94%
G = 40%
B = 48.06%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257C95 (or 0x257C95) is known color: Scooter. HEX triplet: 25, 7C and 95. RGB value is (37,124,149). Sum of RGB (Red+Green+Blue) = 37+124+149=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #257C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C95 is #DA836A. Grayscale: #646464. Windows color (decimal): -14320491 or 9796645. OLE color: 9796645.

HSL color Cylindrical-coordinate representation of color #257C95: hue angle of 193.39º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257C95 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 124 149 -
CMYK 0.75 0.17 0 0.42
HSL 193.39º 0.6% 0.36% -
HSV(B) 193.39º 0.75% 0.58% -
XYZ 13.4 16.98 31 -
YUV 100.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 37 124 149 0.75 0.17 0 0.42 193.39 0.6 0.36
Hex 25 7C 95 4B 11 0 2A C1 3C 24
Octal 45 174 225 113 21 0 52 301 74 44
Binary 100101 1111100 10010101 1001011 10001 0 101010 11000001 111100 100100

Color Harmonies of #257C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C95

Black with #257C95

Text Example


Text Example

White with #257C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,149); }

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

background-color css

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

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

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

border-color css

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

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

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