Html Css Color HEX #358599 Scooter

📋 copy color: '#358599'

red 53 ◦ green 133 ◦ blue 153

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

Shades of Scooter #358599

Tints of Scooter #358599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.23%

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

R = 15.63%
G = 39.23%
B = 45.13%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#358599 (or 0x358599) is known color: Scooter. HEX triplet: 35, 85 and 99. RGB value is (53,133,153). Sum of RGB (Red+Green+Blue) = 53+133+153=339 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.63% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #358599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358599 is #CA7A66. Grayscale: #6F6F6F. Windows color (decimal): -13269607 or 10061109. OLE color: 10061109.

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

Color convert

RGB 53 133 153 -
CMYK 0.65 0.13 0 0.4
HSL 192º 0.49% 0.4% -
HSV(B) 192º 0.65% 0.6% -
XYZ 15.61 19.83 33.14 -
YUV 111.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 53 133 153 0.65 0.13 0 0.4 192 0.49 0.4
Hex 35 85 99 41 D 0 28 C0 31 28
Octal 65 205 231 101 15 0 50 300 61 50
Binary 110101 10000101 10011001 1000001 1101 0 101000 11000000 110001 101000

Color Harmonies of #358599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358599

Black with #358599

Text Example


Text Example

White with #358599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358599; }

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

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

background-color css

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

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

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

border-color css

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

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

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