Html Css Color HEX #358C95 Scooter

📋 copy color: '#358C95'

red 53 ◦ green 140 ◦ blue 149

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

Shades of Scooter #358C95

Tints of Scooter #358C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.94%

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

R = 15.5%
G = 40.94%
B = 43.57%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#358C95 (or 0x358C95) is known color: Scooter. HEX triplet: 35, 8C and 95. RGB value is (53,140,149). Sum of RGB (Red+Green+Blue) = 53+140+149=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 149 - color contains mainly: blue. Hex color #358C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C95 is #CA736A. Grayscale: #727272. Windows color (decimal): -13267819 or 9800757. OLE color: 9800757.

HSL color Cylindrical-coordinate representation of color #358C95: hue angle of 185.62º 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 #358C95 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 140 149 -
CMYK 0.64 0.06 0 0.42
HSL 185.63º 0.48% 0.4% -
HSV(B) 185.63º 0.64% 0.58% -
XYZ 16.27 21.68 31.76 -
YUV 115.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 53 140 149 0.64 0.06 0 0.42 185.63 0.48 0.4
Hex 35 8C 95 40 6 0 2A BA 30 28
Octal 65 214 225 100 6 0 52 272 60 50
Binary 110101 10001100 10010101 1000000 110 0 101010 10111010 110000 101000

Color Harmonies of #358C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C95

Black with #358C95

Text Example


Text Example

White with #358C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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