Html Css Color HEX #358197 Scooter

📋 copy color: '#358197'

red 53 ◦ green 129 ◦ blue 151

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

Shades of Scooter #358197

Tints of Scooter #358197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

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

R = 15.92%
G = 38.74%
B = 45.35%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358197 (or 0x358197) is known color: Scooter. HEX triplet: 35, 81 and 97. RGB value is (53,129,151). Sum of RGB (Red+Green+Blue) = 53+129+151=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #358197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358197 is #CA7E68. Grayscale: #6C6C6C. Windows color (decimal): -13270633 or 9929013. OLE color: 9929013.

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

Color convert

RGB 53 129 151 -
CMYK 0.65 0.15 0 0.41
HSL 193.47º 0.48% 0.4% -
HSV(B) 193.47º 0.65% 0.59% -
XYZ 14.9 18.69 32.1 -
YUV 108.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 53 129 151 0.65 0.15 0 0.41 193.47 0.48 0.4
Hex 35 81 97 41 F 0 29 C1 30 28
Octal 65 201 227 101 17 0 51 301 60 50
Binary 110101 10000001 10010111 1000001 1111 0 101001 11000001 110000 101000

Color Harmonies of #358197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358197

Black with #358197

Text Example


Text Example

White with #358197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358197; }

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

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

background-color css

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

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

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

border-color css

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

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

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