Html Css Color HEX #258296 Scooter

📋 copy color: '#258296'

red 37 ◦ green 130 ◦ blue 150

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

Shades of Scooter #258296

Tints of Scooter #258296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 150 (58.98% from 255) = 47.32%

R = 11.67%
G = 41.01%
B = 47.32%

CMYK

 C value IS 0.75

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#258296 (or 0x258296) is known color: Scooter. HEX triplet: 25, 82 and 96. RGB value is (37,130,150). Sum of RGB (Red+Green+Blue) = 37+130+150=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #258296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258296 is #DA7D69. Grayscale: #686868. Windows color (decimal): -14318954 or 9863717. OLE color: 9863717.

HSL color Cylindrical-coordinate representation of color #258296: hue angle of 190.62º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #258296 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 130 150 -
CMYK 0.75 0.13 0 0.41
HSL 190.62º 0.6% 0.37% -
HSV(B) 190.62º 0.75% 0.59% -
XYZ 14.25 18.56 31.69 -
YUV 104.47 153.69 79.87 -
System Red Green Blue C M Y K H S L
Decimal 37 130 150 0.75 0.13 0 0.41 190.62 0.6 0.37
Hex 25 82 96 4B D 0 29 BF 3C 25
Octal 45 202 226 113 15 0 51 277 74 45
Binary 100101 10000010 10010110 1001011 1101 0 101001 10111111 111100 100101

Color Harmonies of #258296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258296

Black with #258296

Text Example


Text Example

White with #258296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258296; }

 p { color: rgb(37,130,150); }

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

background-color css

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

 a { background-color: rgb(37,130,150); }

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

border-color css

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

 span { border-color: rgb(37,130,150); }

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