Html Css Color HEX #358497 Scooter

📋 copy color: '#358497'

red 53 ◦ green 132 ◦ blue 151

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

Shades of Scooter #358497

Tints of Scooter #358497

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 15.77%
G = 39.29%
B = 44.94%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358497 (or 0x358497) is known color: Scooter. HEX triplet: 35, 84 and 97. RGB value is (53,132,151). Sum of RGB (Red+Green+Blue) = 53+132+151=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #358497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358497 is #CA7B68. Grayscale: #6E6E6E. Windows color (decimal): -13269865 or 9929781. OLE color: 9929781.

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

Color convert

RGB 53 132 151 -
CMYK 0.65 0.13 0 0.41
HSL 191.63º 0.48% 0.4% -
HSV(B) 191.63º 0.65% 0.59% -
XYZ 15.31 19.49 32.23 -
YUV 110.55 150.83 86.96 -
System Red Green Blue C M Y K H S L
Decimal 53 132 151 0.65 0.13 0 0.41 191.63 0.48 0.4
Hex 35 84 97 41 D 0 29 C0 30 28
Octal 65 204 227 101 15 0 51 300 60 50
Binary 110101 10000100 10010111 1000001 1101 0 101001 11000000 110000 101000

Color Harmonies of #358497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358497

Black with #358497

Text Example


Text Example

White with #358497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358497; }

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

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

background-color css

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

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

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

border-color css

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

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

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