Html Css Color HEX #358693 Scooter

📋 copy color: '#358693'

red 53 ◦ green 134 ◦ blue 147

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

Shades of Scooter #358693

Tints of Scooter #358693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 15.87%
G = 40.12%
B = 44.01%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358693 (or 0x358693) is known color: Scooter. HEX triplet: 35, 86 and 93. RGB value is (53,134,147). Sum of RGB (Red+Green+Blue) = 53+134+147=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #358693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358693 is #CA796C. Grayscale: #6F6F6F. Windows color (decimal): -13269357 or 9668149. OLE color: 9668149.

HSL color Cylindrical-coordinate representation of color #358693: hue angle of 188.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #358693 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 134 147 -
CMYK 0.64 0.09 0 0.42
HSL 188.3º 0.47% 0.39% -
HSV(B) 188.3º 0.64% 0.58% -
XYZ 15.26 19.91 30.64 -
YUV 111.26 148.16 86.44 -
System Red Green Blue C M Y K H S L
Decimal 53 134 147 0.64 0.09 0 0.42 188.3 0.47 0.39
Hex 35 86 93 40 9 0 2A BC 2F 27
Octal 65 206 223 100 11 0 52 274 57 47
Binary 110101 10000110 10010011 1000000 1001 0 101010 10111100 101111 100111

Color Harmonies of #358693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358693

Black with #358693

Text Example


Text Example

White with #358693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358693; }

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

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

background-color css

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

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

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

border-color css

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

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

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