Html Css Color HEX #258095 Scooter

📋 copy color: '#258095'

red 37 ◦ green 128 ◦ blue 149

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

Shades of Scooter #258095

Tints of Scooter #258095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.76%

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

R = 11.78%
G = 40.76%
B = 47.45%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#258095 (or 0x258095) is known color: Scooter. HEX triplet: 25, 80 and 95. RGB value is (37,128,149). Sum of RGB (Red+Green+Blue) = 37+128+149=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #258095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258095 is #DA7F6A. Grayscale: #676767. Windows color (decimal): -14319467 or 9797669. OLE color: 9797669.

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

Color convert

RGB 37 128 149 -
CMYK 0.75 0.14 0 0.42
HSL 191.25º 0.6% 0.36% -
HSV(B) 191.25º 0.75% 0.58% -
XYZ 13.91 18 31.18 -
YUV 103.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 37 128 149 0.75 0.14 0 0.42 191.25 0.6 0.36
Hex 25 80 95 4B E 0 2A BF 3C 24
Octal 45 200 225 113 16 0 52 277 74 44
Binary 100101 10000000 10010101 1001011 1110 0 101010 10111111 111100 100100

Color Harmonies of #258095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258095

Black with #258095

Text Example


Text Example

White with #258095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258095; }

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

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

background-color css

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

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

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

border-color css

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

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

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