Html Css Color HEX #258591 Scooter

📋 copy color: '#258591'

red 37 ◦ green 133 ◦ blue 145

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

Shades of Scooter #258591

Tints of Scooter #258591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 11.75%
G = 42.22%
B = 46.03%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258591 (or 0x258591) is known color: Scooter. HEX triplet: 25, 85 and 91. RGB value is (37,133,145). Sum of RGB (Red+Green+Blue) = 37+133+145=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #258591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258591 is #DA7A6E. Grayscale: #696969. Windows color (decimal): -14318191 or 9536805. OLE color: 9536805.

HSL color Cylindrical-coordinate representation of color #258591: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #258591 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 37 133 145 -
CMYK 0.74 0.08 0 0.43
HSL 186.67º 0.59% 0.36% -
HSV(B) 186.67º 0.74% 0.57% -
XYZ 14.26 19.21 29.74 -
YUV 105.66 150.2 79.02 -
System Red Green Blue C M Y K H S L
Decimal 37 133 145 0.74 0.08 0 0.43 186.67 0.59 0.36
Hex 25 85 91 4A 8 0 2B BB 3B 24
Octal 45 205 221 112 10 0 53 273 73 44
Binary 100101 10000101 10010001 1001010 1000 0 101011 10111011 111011 100100

Color Harmonies of #258591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258591

Black with #258591

Text Example


Text Example

White with #258591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258591; }

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

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

background-color css

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

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

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

border-color css

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

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

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