Html Css Color HEX #358099 Scooter

📋 copy color: '#358099'

red 53 ◦ green 128 ◦ blue 153

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

Shades of Scooter #358099

Tints of Scooter #358099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 15.87%
G = 38.32%
B = 45.81%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#358099 (or 0x358099) is known color: Scooter. HEX triplet: 35, 80 and 99. RGB value is (53,128,153). Sum of RGB (Red+Green+Blue) = 53+128+153=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #358099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358099 is #CA7F66. Grayscale: #6C6C6C. Windows color (decimal): -13270887 or 10059829. OLE color: 10059829.

HSL color Cylindrical-coordinate representation of color #358099: hue angle of 195º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358099 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 128 153 -
CMYK 0.65 0.16 0 0.4
HSL 195º 0.49% 0.4% -
HSV(B) 195º 0.65% 0.6% -
XYZ 14.94 18.5 32.92 -
YUV 108.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 53 128 153 0.65 0.16 0 0.4 195 0.49 0.4
Hex 35 80 99 41 10 0 28 C3 31 28
Octal 65 200 231 101 20 0 50 303 61 50
Binary 110101 10000000 10011001 1000001 10000 0 101000 11000011 110001 101000

Color Harmonies of #358099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358099

Black with #358099

Text Example


Text Example

White with #358099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358099; }

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

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

background-color css

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

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

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

border-color css

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

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

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