Html Css Color HEX #258699 Scooter

📋 copy color: '#258699'

red 37 ◦ green 134 ◦ blue 153

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

Shades of Scooter #258699

Tints of Scooter #258699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.36%

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

R = 11.42%
G = 41.36%
B = 47.22%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#258699 (or 0x258699) is known color: Scooter. HEX triplet: 25, 86 and 99. RGB value is (37,134,153). Sum of RGB (Red+Green+Blue) = 37+134+153=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #258699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258699 is #DA7966. Grayscale: #6A6A6A. Windows color (decimal): -14317927 or 10061349. OLE color: 10061349.

HSL color Cylindrical-coordinate representation of color #258699: hue angle of 189.83º 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 #258699 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 134 153 -
CMYK 0.76 0.12 0 0.4
HSL 189.83º 0.61% 0.37% -
HSV(B) 189.83º 0.76% 0.6% -
XYZ 15.04 19.74 33.16 -
YUV 107.16 153.86 77.96 -
System Red Green Blue C M Y K H S L
Decimal 37 134 153 0.76 0.12 0 0.4 189.83 0.61 0.37
Hex 25 86 99 4C C 0 28 BE 3D 25
Octal 45 206 231 114 14 0 50 276 75 45
Binary 100101 10000110 10011001 1001100 1100 0 101000 10111110 111101 100101

Color Harmonies of #258699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258699

Black with #258699

Text Example


Text Example

White with #258699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258699; }

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

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

background-color css

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

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

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

border-color css

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

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

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