Html Css Color HEX #358492 Scooter

📋 copy color: '#358492'

red 53 ◦ green 132 ◦ blue 146

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

Shades of Scooter #358492

Tints of Scooter #358492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 16.01%
G = 39.88%
B = 44.11%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358492 (or 0x358492) is known color: Scooter. HEX triplet: 35, 84 and 92. RGB value is (53,132,146). Sum of RGB (Red+Green+Blue) = 53+132+146=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #358492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358492 is #CA7B6D. Grayscale: #6D6D6D. Windows color (decimal): -13269870 or 9602101. OLE color: 9602101.

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

Color convert

RGB 53 132 146 -
CMYK 0.64 0.10 0 0.43
HSL 189.03º 0.47% 0.39% -
HSV(B) 189.03º 0.64% 0.57% -
XYZ 14.91 19.33 30.14 -
YUV 109.98 148.33 87.36 -
System Red Green Blue C M Y K H S L
Decimal 53 132 146 0.64 0.10 0 0.43 189.03 0.47 0.39
Hex 35 84 92 40 A 0 2B BD 2F 27
Octal 65 204 222 100 12 0 53 275 57 47
Binary 110101 10000100 10010010 1000000 1010 0 101011 10111101 101111 100111

Color Harmonies of #358492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358492

Black with #358492

Text Example


Text Example

White with #358492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358492; }

 p { color: rgb(53,132,146); }

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

background-color css

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

 a { background-color: rgb(53,132,146); }

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

border-color css

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

 span { border-color: rgb(53,132,146); }

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