Html Css Color HEX #258696 Scooter

📋 copy color: '#258696'

red 37 ◦ green 134 ◦ blue 150

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

Shades of Scooter #258696

Tints of Scooter #258696

RGB

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

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

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

R = 11.53%
G = 41.74%
B = 46.73%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#258696 (or 0x258696) is known color: Scooter. HEX triplet: 25, 86 and 96. RGB value is (37,134,150). Sum of RGB (Red+Green+Blue) = 37+134+150=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #258696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258696 is #DA7969. Grayscale: #6A6A6A. Windows color (decimal): -14317930 or 9864741. OLE color: 9864741.

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

Color convert

RGB 37 134 150 -
CMYK 0.75 0.11 0 0.41
HSL 188.5º 0.6% 0.37% -
HSV(B) 188.5º 0.75% 0.59% -
XYZ 14.79 19.65 31.87 -
YUV 106.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 37 134 150 0.75 0.11 0 0.41 188.5 0.6 0.37
Hex 25 86 96 4B B 0 29 BC 3C 25
Octal 45 206 226 113 13 0 51 274 74 45
Binary 100101 10000110 10010110 1001011 1011 0 101001 10111100 111100 100101

Color Harmonies of #258696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258696

Black with #258696

Text Example


Text Example

White with #258696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258696; }

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

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

background-color css

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

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

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

border-color css

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

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

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