Html Css Color HEX #257F93 Scooter

📋 copy color: '#257F93'

red 37 ◦ green 127 ◦ blue 147

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

Shades of Scooter #257F93

Tints of Scooter #257F93

RGB

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

 GREEN value IS 127 (50% from 255) = 40.84%

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

R = 11.9%
G = 40.84%
B = 47.27%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257F93 (or 0x257F93) is known color: Scooter. HEX triplet: 25, 7F and 93. RGB value is (37,127,147). Sum of RGB (Red+Green+Blue) = 37+127+147=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #257F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F93 is #DA806C. Grayscale: #666666. Windows color (decimal): -14319725 or 9666341. OLE color: 9666341.

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

Color convert

RGB 37 127 147 -
CMYK 0.75 0.14 0 0.42
HSL 190.91º 0.6% 0.36% -
HSV(B) 190.91º 0.75% 0.58% -
XYZ 13.62 17.68 30.3 -
YUV 102.37 153.18 81.37 -
System Red Green Blue C M Y K H S L
Decimal 37 127 147 0.75 0.14 0 0.42 190.91 0.6 0.36
Hex 25 7F 93 4B E 0 2A BF 3C 24
Octal 45 177 223 113 16 0 52 277 74 44
Binary 100101 1111111 10010011 1001011 1110 0 101010 10111111 111100 100100

Color Harmonies of #257F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F93

Black with #257F93

Text Example


Text Example

White with #257F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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