Html Css Color HEX #258193 Scooter

📋 copy color: '#258193'

red 37 ◦ green 129 ◦ blue 147

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

Shades of Scooter #258193

Tints of Scooter #258193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.21%

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

R = 11.82%
G = 41.21%
B = 46.96%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258193 (or 0x258193) is known color: Scooter. HEX triplet: 25, 81 and 93. RGB value is (37,129,147). Sum of RGB (Red+Green+Blue) = 37+129+147=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #258193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258193 is #DA7E6C. Grayscale: #676767. Windows color (decimal): -14319213 or 9666853. OLE color: 9666853.

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

Color convert

RGB 37 129 147 -
CMYK 0.75 0.12 0 0.42
HSL 189.82º 0.6% 0.36% -
HSV(B) 189.82º 0.75% 0.58% -
XYZ 13.88 18.2 30.39 -
YUV 103.54 152.52 80.54 -
System Red Green Blue C M Y K H S L
Decimal 37 129 147 0.75 0.12 0 0.42 189.82 0.6 0.36
Hex 25 81 93 4B C 0 2A BE 3C 24
Octal 45 201 223 113 14 0 52 276 74 44
Binary 100101 10000001 10010011 1001011 1100 0 101010 10111110 111100 100100

Color Harmonies of #258193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258193

Black with #258193

Text Example


Text Example

White with #258193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258193; }

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

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

background-color css

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

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

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

border-color css

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

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

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