Html Css Color HEX #257C93 Scooter

📋 copy color: '#257C93'

red 37 ◦ green 124 ◦ blue 147

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

Shades of Scooter #257C93

Tints of Scooter #257C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 47.73%

R = 12.01%
G = 40.26%
B = 47.73%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257C93 (or 0x257C93) is known color: Scooter. HEX triplet: 25, 7C and 93. RGB value is (37,124,147). Sum of RGB (Red+Green+Blue) = 37+124+147=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #257C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C93 is #DA836C. Grayscale: #646464. Windows color (decimal): -14320493 or 9665573. OLE color: 9665573.

HSL color Cylindrical-coordinate representation of color #257C93: hue angle of 192.55º 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 #257C93 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 124 147 -
CMYK 0.75 0.16 0 0.42
HSL 192.55º 0.6% 0.36% -
HSV(B) 192.55º 0.75% 0.58% -
XYZ 13.24 16.92 30.17 -
YUV 100.61 154.18 82.63 -
System Red Green Blue C M Y K H S L
Decimal 37 124 147 0.75 0.16 0 0.42 192.55 0.6 0.36
Hex 25 7C 93 4B 10 0 2A C1 3C 24
Octal 45 174 223 113 20 0 52 301 74 44
Binary 100101 1111100 10010011 1001011 10000 0 101010 11000001 111100 100100

Color Harmonies of #257C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C93

Black with #257C93

Text Example


Text Example

White with #257C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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