Html Css Color HEX #258492 Scooter

📋 copy color: '#258492'

red 37 ◦ green 132 ◦ blue 146

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

Shades of Scooter #258492

Tints of Scooter #258492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 11.75%
G = 41.9%
B = 46.35%

CMYK

 C value IS 0.75

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#258492 (or 0x258492) is known color: Scooter. HEX triplet: 25, 84 and 92. RGB value is (37,132,146). Sum of RGB (Red+Green+Blue) = 37+132+146=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #258492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258492 is #DA7B6D. Grayscale: #696969. Windows color (decimal): -14318446 or 9602085. OLE color: 9602085.

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

Color convert

RGB 37 132 146 -
CMYK 0.75 0.10 0 0.43
HSL 187.71º 0.6% 0.36% -
HSV(B) 187.71º 0.75% 0.57% -
XYZ 14.2 18.97 30.11 -
YUV 105.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 37 132 146 0.75 0.10 0 0.43 187.71 0.6 0.36
Hex 25 84 92 4B A 0 2B BC 3C 24
Octal 45 204 222 113 12 0 53 274 74 44
Binary 100101 10000100 10010010 1001011 1010 0 101011 10111100 111100 100100

Color Harmonies of #258492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258492

Black with #258492

Text Example


Text Example

White with #258492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258492; }

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

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

background-color css

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

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

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

border-color css

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

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

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