Html Css Color HEX #257F92 Scooter

📋 copy color: '#257F92'

red 37 ◦ green 127 ◦ blue 146

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

Shades of Scooter #257F92

Tints of Scooter #257F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.1%

R = 11.94%
G = 40.97%
B = 47.1%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#257F92 (or 0x257F92) is known color: Scooter. HEX triplet: 25, 7F and 92. RGB value is (37,127,146). Sum of RGB (Red+Green+Blue) = 37+127+146=310 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.94% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #257F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F92 is #DA806D. Grayscale: #666666. Windows color (decimal): -14319726 or 9600805. OLE color: 9600805.

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

Color convert

RGB 37 127 146 -
CMYK 0.75 0.13 0 0.43
HSL 190.46º 0.6% 0.36% -
HSV(B) 190.46º 0.75% 0.57% -
XYZ 13.54 17.65 29.89 -
YUV 102.26 152.68 81.46 -
System Red Green Blue C M Y K H S L
Decimal 37 127 146 0.75 0.13 0 0.43 190.46 0.6 0.36
Hex 25 7F 92 4B D 0 2B BE 3C 24
Octal 45 177 222 113 15 0 53 276 74 44
Binary 100101 1111111 10010010 1001011 1101 0 101011 10111110 111100 100100

Color Harmonies of #257F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F92

Black with #257F92

Text Example


Text Example

White with #257F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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