Html Css Color HEX #358C9C Scooter

📋 copy color: '#358C9C'

red 53 ◦ green 140 ◦ blue 156

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

Shades of Scooter #358C9C

Tints of Scooter #358C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.7%

R = 15.19%
G = 40.11%
B = 44.7%

CMYK

 C value IS 0.66

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#358C9C (or 0x358C9C) is known color: Scooter. HEX triplet: 35, 8C and 9C. RGB value is (53,140,156). Sum of RGB (Red+Green+Blue) = 53+140+156=349 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.19% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 156 - color contains mainly: blue. Hex color #358C9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358C9C is #CA7363. Grayscale: #737373. Windows color (decimal): -13267812 or 10259509. OLE color: 10259509.

HSL color Cylindrical-coordinate representation of color #358C9C: hue angle of 189.32º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #358C9C is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 140 156 -
CMYK 0.66 0.10 0 0.39
HSL 189.32º 0.49% 0.41% -
HSV(B) 189.32º 0.66% 0.61% -
XYZ 16.85 21.91 34.79 -
YUV 115.81 150.68 83.2 -
System Red Green Blue C M Y K H S L
Decimal 53 140 156 0.66 0.10 0 0.39 189.32 0.49 0.41
Hex 35 8C 9C 42 A 0 27 BD 31 29
Octal 65 214 234 102 12 0 47 275 61 51
Binary 110101 10001100 10011100 1000010 1010 0 100111 10111101 110001 101001

Color Harmonies of #358C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C9C

Black with #358C9C

Text Example


Text Example

White with #358C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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