Html Css Color HEX #358697 Scooter

📋 copy color: '#358697'

red 53 ◦ green 134 ◦ blue 151

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

Shades of Scooter #358697

Tints of Scooter #358697

RGB

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

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

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

R = 15.68%
G = 39.64%
B = 44.67%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358697 (or 0x358697) is known color: Scooter. HEX triplet: 35, 86 and 97. RGB value is (53,134,151). Sum of RGB (Red+Green+Blue) = 53+134+151=338 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.68% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 151 - color contains mainly: blue. Hex color #358697 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358697 is #CA7968. Grayscale: #6F6F6F. Windows color (decimal): -13269353 or 9930293. OLE color: 9930293.

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

Color convert

RGB 53 134 151 -
CMYK 0.65 0.11 0 0.41
HSL 190.41º 0.48% 0.4% -
HSV(B) 190.41º 0.65% 0.59% -
XYZ 15.58 20.04 32.33 -
YUV 111.72 150.16 86.12 -
System Red Green Blue C M Y K H S L
Decimal 53 134 151 0.65 0.11 0 0.41 190.41 0.48 0.4
Hex 35 86 97 41 B 0 29 BE 30 28
Octal 65 206 227 101 13 0 51 276 60 50
Binary 110101 10000110 10010111 1000001 1011 0 101001 10111110 110000 101000

Color Harmonies of #358697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358697

Black with #358697

Text Example


Text Example

White with #358697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358697; }

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

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

background-color css

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

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

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

border-color css

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

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

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