Html Css Color HEX #358997 Scooter

📋 copy color: '#358997'

red 53 ◦ green 137 ◦ blue 151

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

Shades of Scooter #358997

Tints of Scooter #358997

RGB

 RED value IS 53 (21.09% from 255) = 15.54%

 GREEN value IS 137 (53.91% from 255) = 40.18%

 BLUE value IS 151 (59.38% from 255) = 44.28%

R = 15.54%
G = 40.18%
B = 44.28%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358997 (or 0x358997) is known color: Scooter. HEX triplet: 35, 89 and 97. RGB value is (53,137,151). Sum of RGB (Red+Green+Blue) = 53+137+151=341 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.54% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #358997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358997 is #CA7668. Grayscale: #717171. Windows color (decimal): -13268585 or 9931061. OLE color: 9931061.

HSL color Cylindrical-coordinate representation of color #358997: hue angle of 188.57º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358997 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 137 151 -
CMYK 0.65 0.09 0 0.41
HSL 188.57º 0.48% 0.4% -
HSV(B) 188.57º 0.65% 0.59% -
XYZ 16 20.88 32.47 -
YUV 113.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 53 137 151 0.65 0.09 0 0.41 188.57 0.48 0.4
Hex 35 89 97 41 9 0 29 BD 30 28
Octal 65 211 227 101 11 0 51 275 60 50
Binary 110101 10001001 10010111 1000001 1001 0 101001 10111101 110000 101000

Color Harmonies of #358997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358997

Black with #358997

Text Example


Text Example

White with #358997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358997; }

 p { color: rgb(53,137,151); }

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

background-color css

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

 a { background-color: rgb(53,137,151); }

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

border-color css

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

 span { border-color: rgb(53,137,151); }

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