Html Css Color HEX #359EA5 Scooter

📋 copy color: '#359EA5'

red 53 ◦ green 158 ◦ blue 165

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

Shades of Scooter #359EA5

Tints of Scooter #359EA5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.02%

 BLUE value IS 165 (64.84% from 255) = 43.88%

R = 14.1%
G = 42.02%
B = 43.88%

CMYK

 C value IS 0.68

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#359EA5 (or 0x359EA5) is known color: Scooter. HEX triplet: 35, 9E and A5. RGB value is (53,158,165). Sum of RGB (Red+Green+Blue) = 53+158+165=376 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.10% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #359EA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359EA5 is #CA615A. Grayscale: #7F7F7F. Windows color (decimal): -13263195 or 10853941. OLE color: 10853941.

HSL color Cylindrical-coordinate representation of color #359EA5: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #359EA5 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 53 158 165 -
CMYK 0.68 0.04 0 0.35
HSL 183.75º 0.51% 0.43% -
HSV(B) 183.75º 0.68% 0.65% -
XYZ 20.49 27.93 39.91 -
YUV 127.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 53 158 165 0.68 0.04 0 0.35 183.75 0.51 0.43
Hex 35 9E A5 44 4 0 23 B8 33 2B
Octal 65 236 245 104 4 0 43 270 63 53
Binary 110101 10011110 10100101 1000100 100 0 100011 10111000 110011 101011

Color Harmonies of #359EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359EA5

Black with #359EA5

Text Example


Text Example

White with #359EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359EA5; }

 p { color: rgb(53,158,165); }

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

background-color css

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

 a { background-color: rgb(53,158,165); }

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

border-color css

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

 span { border-color: rgb(53,158,165); }

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