Html Css Color HEX #3585A2 Scooter

📋 copy color: '#3585A2'

red 53 ◦ green 133 ◦ blue 162

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

Shades of Scooter #3585A2

Tints of Scooter #3585A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.22%

 BLUE value IS 162 (63.67% from 255) = 46.55%

R = 15.23%
G = 38.22%
B = 46.55%

CMYK

 C value IS 0.67

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3585A2 (or 0x3585A2) is known color: Scooter. HEX triplet: 35, 85 and A2. RGB value is (53,133,162). Sum of RGB (Red+Green+Blue) = 53+133+162=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 162 - color contains mainly: blue. Hex color #3585A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3585A2 is #CA7A5D. Grayscale: #707070. Windows color (decimal): -13269598 or 10650933. OLE color: 10650933.

HSL color Cylindrical-coordinate representation of color #3585A2: hue angle of 195.96º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3585A2 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 133 162 -
CMYK 0.67 0.18 0 0.36
HSL 195.96º 0.51% 0.42% -
HSV(B) 195.96º 0.67% 0.64% -
XYZ 16.38 20.14 37.21 -
YUV 112.39 156 85.64 -
System Red Green Blue C M Y K H S L
Decimal 53 133 162 0.67 0.18 0 0.36 195.96 0.51 0.42
Hex 35 85 A2 43 12 0 24 C4 33 2A
Octal 65 205 242 103 22 0 44 304 63 52
Binary 110101 10000101 10100010 1000011 10010 0 100100 11000100 110011 101010

Color Harmonies of #3585A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3585A2

Black with #3585A2

Text Example


Text Example

White with #3585A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3585A2; }

 p { color: rgb(53,133,162); }

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

background-color css

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

 a { background-color: rgb(53,133,162); }

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

border-color css

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

 span { border-color: rgb(53,133,162); }

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