Html Css Color HEX #258298 Scooter

📋 copy color: '#258298'

red 37 ◦ green 130 ◦ blue 152

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

Shades of Scooter #258298

Tints of Scooter #258298

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 11.6%
G = 40.75%
B = 47.65%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#258298 (or 0x258298) is known color: Scooter. HEX triplet: 25, 82 and 98. RGB value is (37,130,152). Sum of RGB (Red+Green+Blue) = 37+130+152=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #258298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258298 is #DA7D67. Grayscale: #686868. Windows color (decimal): -14318952 or 9994789. OLE color: 9994789.

HSL color Cylindrical-coordinate representation of color #258298: hue angle of 191.48º 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 #258298 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 130 152 -
CMYK 0.76 0.14 0 0.40
HSL 191.48º 0.61% 0.37% -
HSV(B) 191.48º 0.76% 0.6% -
XYZ 14.41 18.63 32.54 -
YUV 104.7 154.69 79.71 -
System Red Green Blue C M Y K H S L
Decimal 37 130 152 0.76 0.14 0 0.40 191.48 0.61 0.37
Hex 25 82 98 4C E 0 28 BF 3D 25
Octal 45 202 230 114 16 0 50 277 75 45
Binary 100101 10000010 10011000 1001100 1110 0 101000 10111111 111101 100101

Color Harmonies of #258298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258298

Black with #258298

Text Example


Text Example

White with #258298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258298; }

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

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

background-color css

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

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

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

border-color css

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

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

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