Html Css Color HEX #358E97 Scooter

📋 copy color: '#358E97'

red 53 ◦ green 142 ◦ blue 151

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

Shades of Scooter #358E97

Tints of Scooter #358E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.04%

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 15.32%
G = 41.04%
B = 43.64%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358E97 (or 0x358E97) is known color: Scooter. HEX triplet: 35, 8E and 97. RGB value is (53,142,151). Sum of RGB (Red+Green+Blue) = 53+142+151=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #358E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358E97 is #CA7168. Grayscale: #747474. Windows color (decimal): -13267305 or 9932341. OLE color: 9932341.

HSL color Cylindrical-coordinate representation of color #358E97: hue angle of 185.51º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #358E97 is Cyan = 0.65, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 142 151 -
CMYK 0.65 0.06 0 0.41
HSL 185.51º 0.48% 0.4% -
HSV(B) 185.51º 0.65% 0.59% -
XYZ 16.73 22.34 32.71 -
YUV 116.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 53 142 151 0.65 0.06 0 0.41 185.51 0.48 0.4
Hex 35 8E 97 41 6 0 29 BA 30 28
Octal 65 216 227 101 6 0 51 272 60 50
Binary 110101 10001110 10010111 1000001 110 0 101001 10111010 110000 101000

Color Harmonies of #358E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358E97

Black with #358E97

Text Example


Text Example

White with #358E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,151); }

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

background-color css

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

 a { background-color: rgb(53,142,151); }

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

border-color css

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

 span { border-color: rgb(53,142,151); }

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