Html Css Color HEX #258299 Scooter

📋 copy color: '#258299'

red 37 ◦ green 130 ◦ blue 153

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

Shades of Scooter #258299

Tints of Scooter #258299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.81%

R = 11.56%
G = 40.63%
B = 47.81%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#258299 (or 0x258299) is known color: Scooter. HEX triplet: 25, 82 and 99. RGB value is (37,130,153). Sum of RGB (Red+Green+Blue) = 37+130+153=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #258299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258299 is #DA7D66. Grayscale: #686868. Windows color (decimal): -14318951 or 10060325. OLE color: 10060325.

HSL color Cylindrical-coordinate representation of color #258299: hue angle of 191.9º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #258299 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 130 153 -
CMYK 0.76 0.15 0 0.4
HSL 191.9º 0.61% 0.37% -
HSV(B) 191.9º 0.76% 0.6% -
XYZ 14.5 18.66 32.97 -
YUV 104.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 37 130 153 0.76 0.15 0 0.4 191.9 0.61 0.37
Hex 25 82 99 4C F 0 28 C0 3D 25
Octal 45 202 231 114 17 0 50 300 75 45
Binary 100101 10000010 10011001 1001100 1111 0 101000 11000000 111101 100101

Color Harmonies of #258299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258299

Black with #258299

Text Example


Text Example

White with #258299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258299; }

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

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

background-color css

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

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

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

border-color css

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

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

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