Html Css Color HEX #358695 Scooter

📋 copy color: '#358695'

red 53 ◦ green 134 ◦ blue 149

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

Shades of Scooter #358695

Tints of Scooter #358695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.35%

R = 15.77%
G = 39.88%
B = 44.35%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358695 (or 0x358695) is known color: Scooter. HEX triplet: 35, 86 and 95. RGB value is (53,134,149). Sum of RGB (Red+Green+Blue) = 53+134+149=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #358695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358695 is #CA796A. Grayscale: #6F6F6F. Windows color (decimal): -13269355 or 9799221. OLE color: 9799221.

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

Color convert

RGB 53 134 149 -
CMYK 0.64 0.10 0 0.42
HSL 189.38º 0.48% 0.4% -
HSV(B) 189.38º 0.64% 0.58% -
XYZ 15.42 19.98 31.48 -
YUV 111.49 149.16 86.28 -
System Red Green Blue C M Y K H S L
Decimal 53 134 149 0.64 0.10 0 0.42 189.38 0.48 0.4
Hex 35 86 95 40 A 0 2A BD 30 28
Octal 65 206 225 100 12 0 52 275 60 50
Binary 110101 10000110 10010101 1000000 1010 0 101010 10111101 110000 101000

Color Harmonies of #358695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358695

Black with #358695

Text Example


Text Example

White with #358695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358695; }

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

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

background-color css

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

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

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

border-color css

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

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

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