Html Css Color HEX #258595 Scooter

📋 copy color: '#258595'

red 37 ◦ green 133 ◦ blue 149

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

Shades of Scooter #258595

Tints of Scooter #258595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 11.6%
G = 41.69%
B = 46.71%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258595 (or 0x258595) is known color: Scooter. HEX triplet: 25, 85 and 95. RGB value is (37,133,149). Sum of RGB (Red+Green+Blue) = 37+133+149=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #258595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258595 is #DA7A6A. Grayscale: #696969. Windows color (decimal): -14318187 or 9798949. OLE color: 9798949.

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

Color convert

RGB 37 133 149 -
CMYK 0.75 0.11 0 0.42
HSL 188.57º 0.6% 0.36% -
HSV(B) 188.57º 0.75% 0.58% -
XYZ 14.58 19.34 31.4 -
YUV 106.12 152.2 78.7 -
System Red Green Blue C M Y K H S L
Decimal 37 133 149 0.75 0.11 0 0.42 188.57 0.6 0.36
Hex 25 85 95 4B B 0 2A BD 3C 24
Octal 45 205 225 113 13 0 52 275 74 44
Binary 100101 10000101 10010101 1001011 1011 0 101010 10111101 111100 100100

Color Harmonies of #258595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258595

Black with #258595

Text Example


Text Example

White with #258595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258595; }

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

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

background-color css

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

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

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

border-color css

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

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

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