Html Css Color HEX #257B97 Scooter

📋 copy color: '#257B97'

red 37 ◦ green 123 ◦ blue 151

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

Shades of Scooter #257B97

Tints of Scooter #257B97

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.55%

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 11.9%
G = 39.55%
B = 48.55%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257B97 (or 0x257B97) is known color: Scooter. HEX triplet: 25, 7B and 97. RGB value is (37,123,151). Sum of RGB (Red+Green+Blue) = 37+123+151=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #257B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B97 is #DA8468. Grayscale: #646464. Windows color (decimal): -14320745 or 9927461. OLE color: 9927461.

HSL color Cylindrical-coordinate representation of color #257B97: hue angle of 194.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257B97 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 123 151 -
CMYK 0.75 0.19 0 0.41
HSL 194.74º 0.61% 0.37% -
HSV(B) 194.74º 0.75% 0.59% -
XYZ 13.43 16.79 31.81 -
YUV 100.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 37 123 151 0.75 0.19 0 0.41 194.74 0.61 0.37
Hex 25 7B 97 4B 13 0 29 C3 3D 25
Octal 45 173 227 113 23 0 51 303 75 45
Binary 100101 1111011 10010111 1001011 10011 0 101001 11000011 111101 100101

Color Harmonies of #257B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B97

Black with #257B97

Text Example


Text Example

White with #257B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,123,151); }

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

background-color css

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

 a { background-color: rgb(37,123,151); }

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

border-color css

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

 span { border-color: rgb(37,123,151); }

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