Html Css Color HEX #3593AB Scooter

📋 copy color: '#3593AB'

red 53 ◦ green 147 ◦ blue 171

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

Shades of Scooter #3593AB

Tints of Scooter #3593AB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.62%

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 14.29%
G = 39.62%
B = 46.09%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3593AB (or 0x3593AB) is known color: Scooter. HEX triplet: 35, 93 and AB. RGB value is (53,147,171). Sum of RGB (Red+Green+Blue) = 53+147+171=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3593AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3593AB is #CA6C54. Grayscale: #797979. Windows color (decimal): -13266005 or 11244341. OLE color: 11244341.

HSL color Cylindrical-coordinate representation of color #3593AB: hue angle of 192.2º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3593AB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 147 171 -
CMYK 0.69 0.14 0 0.33
HSL 192.2º 0.53% 0.44% -
HSV(B) 192.2º 0.69% 0.67% -
XYZ 19.25 24.56 42.25 -
YUV 121.63 155.86 79.05 -
System Red Green Blue C M Y K H S L
Decimal 53 147 171 0.69 0.14 0 0.33 192.2 0.53 0.44
Hex 35 93 AB 45 E 0 21 C0 35 2C
Octal 65 223 253 105 16 0 41 300 65 54
Binary 110101 10010011 10101011 1000101 1110 0 100001 11000000 110101 101100

Color Harmonies of #3593AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3593AB

Black with #3593AB

Text Example


Text Example

White with #3593AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3593AB; }

 p { color: rgb(53,147,171); }

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

background-color css

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

 a { background-color: rgb(53,147,171); }

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

border-color css

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

 span { border-color: rgb(53,147,171); }

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