Html Css Color HEX #358096 Scooter

📋 copy color: '#358096'

red 53 ◦ green 128 ◦ blue 150

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

Shades of Scooter #358096

Tints of Scooter #358096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 16.01%
G = 38.67%
B = 45.32%

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

#358096 (or 0x358096) is known color: Scooter. HEX triplet: 35, 80 and 96. RGB value is (53,128,150). Sum of RGB (Red+Green+Blue) = 53+128+150=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #358096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358096 is #CA7F69. Grayscale: #6B6B6B. Windows color (decimal): -13270890 or 9863221. OLE color: 9863221.

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

Color convert

RGB 53 128 150 -
CMYK 0.65 0.15 0 0.41
HSL 193.61º 0.48% 0.4% -
HSV(B) 193.61º 0.65% 0.59% -
XYZ 14.69 18.4 31.63 -
YUV 108.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 53 128 150 0.65 0.15 0 0.41 193.61 0.48 0.4
Hex 35 80 96 41 F 0 29 C2 30 28
Octal 65 200 226 101 17 0 51 302 60 50
Binary 110101 10000000 10010110 1000001 1111 0 101001 11000010 110000 101000

Color Harmonies of #358096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358096

Black with #358096

Text Example


Text Example

White with #358096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358096; }

 p { color: rgb(53,128,150); }

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

background-color css

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

 a { background-color: rgb(53,128,150); }

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

border-color css

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

 span { border-color: rgb(53,128,150); }

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