Html Css Color HEX #359399 Scooter

📋 copy color: '#359399'

red 53 ◦ green 147 ◦ blue 153

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

Shades of Scooter #359399

Tints of Scooter #359399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

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

R = 15.01%
G = 41.64%
B = 43.34%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#359399 (or 0x359399) is known color: Scooter. HEX triplet: 35, 93 and 99. RGB value is (53,147,153). Sum of RGB (Red+Green+Blue) = 53+147+153=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #359399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359399 is #CA6C66. Grayscale: #777777. Windows color (decimal): -13266023 or 10064693. OLE color: 10064693.

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

Color convert

RGB 53 147 153 -
CMYK 0.65 0.04 0 0.4
HSL 183.6º 0.49% 0.4% -
HSV(B) 183.6º 0.65% 0.6% -
XYZ 17.65 23.92 33.82 -
YUV 119.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 53 147 153 0.65 0.04 0 0.4 183.6 0.49 0.4
Hex 35 93 99 41 4 0 28 B8 31 28
Octal 65 223 231 101 4 0 50 270 61 50
Binary 110101 10010011 10011001 1000001 100 0 101000 10111000 110001 101000

Color Harmonies of #359399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359399

Black with #359399

Text Example


Text Example

White with #359399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359399; }

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

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

background-color css

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

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

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

border-color css

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

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

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