Html Css Color HEX #258490 Scooter

📋 copy color: '#258490'

red 37 ◦ green 132 ◦ blue 144

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

Shades of Scooter #258490

Tints of Scooter #258490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 11.82%
G = 42.17%
B = 46.01%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#258490 (or 0x258490) is known color: Scooter. HEX triplet: 25, 84 and 90. RGB value is (37,132,144). Sum of RGB (Red+Green+Blue) = 37+132+144=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #258490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258490 is #DA7B6F. Grayscale: #686868. Windows color (decimal): -14318448 or 9471013. OLE color: 9471013.

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

Color convert

RGB 37 132 144 -
CMYK 0.74 0.08 0 0.44
HSL 186.73º 0.59% 0.35% -
HSV(B) 186.73º 0.74% 0.56% -
XYZ 14.05 18.91 29.3 -
YUV 104.96 150.03 79.52 -
System Red Green Blue C M Y K H S L
Decimal 37 132 144 0.74 0.08 0 0.44 186.73 0.59 0.35
Hex 25 84 90 4A 8 0 2C BB 3B 23
Octal 45 204 220 112 10 0 54 273 73 43
Binary 100101 10000100 10010000 1001010 1000 0 101100 10111011 111011 100011

Color Harmonies of #258490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258490

Black with #258490

Text Example


Text Example

White with #258490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258490; }

 p { color: rgb(37,132,144); }

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

background-color css

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

 a { background-color: rgb(37,132,144); }

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

border-color css

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

 span { border-color: rgb(37,132,144); }

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