Html Css Color HEX #258392 Scooter

📋 copy color: '#258392'

red 37 ◦ green 131 ◦ blue 146

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

Shades of Scooter #258392

Tints of Scooter #258392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 11.78%
G = 41.72%
B = 46.5%

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

#258392 (or 0x258392) is known color: Scooter. HEX triplet: 25, 83 and 92. RGB value is (37,131,146). Sum of RGB (Red+Green+Blue) = 37+131+146=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #258392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258392 is #DA7C6D. Grayscale: #686868. Windows color (decimal): -14318702 or 9601829. OLE color: 9601829.

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

Color convert

RGB 37 131 146 -
CMYK 0.75 0.10 0 0.43
HSL 188.26º 0.6% 0.36% -
HSV(B) 188.26º 0.75% 0.57% -
XYZ 14.07 18.7 30.06 -
YUV 104.6 151.36 79.78 -
System Red Green Blue C M Y K H S L
Decimal 37 131 146 0.75 0.10 0 0.43 188.26 0.6 0.36
Hex 25 83 92 4B A 0 2B BC 3C 24
Octal 45 203 222 113 12 0 53 274 74 44
Binary 100101 10000011 10010010 1001011 1010 0 101011 10111100 111100 100100

Color Harmonies of #258392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258392

Black with #258392

Text Example


Text Example

White with #258392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258392; }

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

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

background-color css

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

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

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

border-color css

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

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

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