Html Css Color HEX #358396 Scooter

📋 copy color: '#358396'

red 53 ◦ green 131 ◦ blue 150

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

Shades of Scooter #358396

Tints of Scooter #358396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 15.87%
G = 39.22%
B = 44.91%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#358396 (or 0x358396) is known color: Scooter. HEX triplet: 35, 83 and 96. RGB value is (53,131,150). Sum of RGB (Red+Green+Blue) = 53+131+150=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #358396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358396 is #CA7C69. Grayscale: #6D6D6D. Windows color (decimal): -13270122 or 9863989. OLE color: 9863989.

HSL color Cylindrical-coordinate representation of color #358396: hue angle of 191.75º 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 #358396 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 131 150 -
CMYK 0.65 0.13 0 0.41
HSL 191.75º 0.48% 0.4% -
HSV(B) 191.75º 0.65% 0.59% -
XYZ 15.09 19.19 31.76 -
YUV 109.84 150.66 87.46 -
System Red Green Blue C M Y K H S L
Decimal 53 131 150 0.65 0.13 0 0.41 191.75 0.48 0.4
Hex 35 83 96 41 D 0 29 C0 30 28
Octal 65 203 226 101 15 0 51 300 60 50
Binary 110101 10000011 10010110 1000001 1101 0 101001 11000000 110000 101000

Color Harmonies of #358396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358396

Black with #358396

Text Example


Text Example

White with #358396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358396; }

 p { color: rgb(53,131,150); }

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

background-color css

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

 a { background-color: rgb(53,131,150); }

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

border-color css

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

 span { border-color: rgb(53,131,150); }

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