Html Css Color HEX #358391 Scooter

📋 copy color: '#358391'

red 53 ◦ green 131 ◦ blue 145

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

Shades of Scooter #358391

Tints of Scooter #358391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.07%

R = 16.11%
G = 39.82%
B = 44.07%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358391 (or 0x358391) is known color: Scooter. HEX triplet: 35, 83 and 91. RGB value is (53,131,145). Sum of RGB (Red+Green+Blue) = 53+131+145=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #358391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358391 is #CA7C6E. Grayscale: #6D6D6D. Windows color (decimal): -13270127 or 9536309. OLE color: 9536309.

HSL color Cylindrical-coordinate representation of color #358391: hue angle of 189.13º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358391 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 131 145 -
CMYK 0.63 0.10 0 0.43
HSL 189.13º 0.46% 0.39% -
HSV(B) 189.13º 0.63% 0.57% -
XYZ 14.7 19.03 29.69 -
YUV 109.27 148.16 87.86 -
System Red Green Blue C M Y K H S L
Decimal 53 131 145 0.63 0.10 0 0.43 189.13 0.46 0.39
Hex 35 83 91 3F A 0 2B BD 2E 27
Octal 65 203 221 77 12 0 53 275 56 47
Binary 110101 10000011 10010001 111111 1010 0 101011 10111101 101110 100111

Color Harmonies of #358391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358391

Black with #358391

Text Example


Text Example

White with #358391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358391; }

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

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

background-color css

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

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

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

border-color css

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

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

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