Html Css Color HEX #258593 Scooter

📋 copy color: '#258593'

red 37 ◦ green 133 ◦ blue 147

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

Shades of Scooter #258593

Tints of Scooter #258593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 11.67%
G = 41.96%
B = 46.37%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258593 (or 0x258593) is known color: Scooter. HEX triplet: 25, 85 and 93. RGB value is (37,133,147). Sum of RGB (Red+Green+Blue) = 37+133+147=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #258593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258593 is #DA7A6C. Grayscale: #696969. Windows color (decimal): -14318189 or 9667877. OLE color: 9667877.

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

Color convert

RGB 37 133 147 -
CMYK 0.75 0.10 0 0.42
HSL 187.64º 0.6% 0.36% -
HSV(B) 187.64º 0.75% 0.58% -
XYZ 14.42 19.27 30.56 -
YUV 105.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 37 133 147 0.75 0.10 0 0.42 187.64 0.6 0.36
Hex 25 85 93 4B A 0 2A BC 3C 24
Octal 45 205 223 113 12 0 52 274 74 44
Binary 100101 10000101 10010011 1001011 1010 0 101010 10111100 111100 100100

Color Harmonies of #258593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258593

Black with #258593

Text Example


Text Example

White with #258593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258593; }

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

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

background-color css

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

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

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

border-color css

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

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

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