Html Css Color HEX #359599 Scooter

📋 copy color: '#359599'

red 53 ◦ green 149 ◦ blue 153

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

Shades of Scooter #359599

Tints of Scooter #359599

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 14.93%
G = 41.97%
B = 43.1%

CMYK

 C value IS 0.65

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#359599 (or 0x359599) is known color: Scooter. HEX triplet: 35, 95 and 99. RGB value is (53,149,153). Sum of RGB (Red+Green+Blue) = 53+149+153=355 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.93% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #359599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359599 is #CA6A66. Grayscale: #787878. Windows color (decimal): -13265511 or 10065205. OLE color: 10065205.

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

Color convert

RGB 53 149 153 -
CMYK 0.65 0.03 0 0.4
HSL 182.4º 0.49% 0.4% -
HSV(B) 182.4º 0.65% 0.6% -
XYZ 17.97 24.55 33.93 -
YUV 120.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 53 149 153 0.65 0.03 0 0.4 182.4 0.49 0.4
Hex 35 95 99 41 3 0 28 B6 31 28
Octal 65 225 231 101 3 0 50 266 61 50
Binary 110101 10010101 10011001 1000001 11 0 101000 10110110 110001 101000

Color Harmonies of #359599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359599

Black with #359599

Text Example


Text Example

White with #359599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359599; }

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

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

background-color css

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

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

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

border-color css

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

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

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