Html Css Color HEX #258498 Scooter

📋 copy color: '#258498'

red 37 ◦ green 132 ◦ blue 152

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

Shades of Scooter #258498

Tints of Scooter #258498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.12%

 BLUE value IS 152 (59.77% from 255) = 47.35%

R = 11.53%
G = 41.12%
B = 47.35%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#258498 (or 0x258498) is known color: Scooter. HEX triplet: 25, 84 and 98. RGB value is (37,132,152). Sum of RGB (Red+Green+Blue) = 37+132+152=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 132 (51.95% from 255 or 41.12% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #258498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258498 is #DA7B67. Grayscale: #696969. Windows color (decimal): -14318440 or 9995301. OLE color: 9995301.

HSL color Cylindrical-coordinate representation of color #258498: hue angle of 190.43º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258498 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 132 152 -
CMYK 0.76 0.13 0 0.40
HSL 190.43º 0.61% 0.37% -
HSV(B) 190.43º 0.76% 0.6% -
XYZ 14.68 19.16 32.63 -
YUV 105.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 37 132 152 0.76 0.13 0 0.40 190.43 0.61 0.37
Hex 25 84 98 4C D 0 28 BE 3D 25
Octal 45 204 230 114 15 0 50 276 75 45
Binary 100101 10000100 10011000 1001100 1101 0 101000 10111110 111101 100101

Color Harmonies of #258498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258498

Black with #258498

Text Example


Text Example

White with #258498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258498; }

 p { color: rgb(37,132,152); }

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

background-color css

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

 a { background-color: rgb(37,132,152); }

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

border-color css

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

 span { border-color: rgb(37,132,152); }

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