#3481A3

Color #3481A3 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #3481A3

Tints of Scooter #3481A3

Color information

#3481A3 (or 0x3481A3) is unknown color: approx Scooter. HEX triplet: 34, 81 and A3. RGB value is (52,129,163). Sum of RGB (Red+Green+Blue) = 52+129+163=344 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.12% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #3481A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3481A3 is #CB7E5C. Grayscale: #6D6D6D. Windows color (decimal): -13336157 or 10715444. OLE color: 10715444.

HSL color Cylindrical-coordinate representation of color #3481A3: hue angle of 198.38º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3481A3 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB52129163-
CMYK0.680.2100.36
HSL198.38º51.63%42.16%-
HSV(B)198.38º68.1%63.92%-
XYZ15.8819.0737.5-
YUV109.85157.9986.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.12%
GREEN value IS 129 (50.78% from 255) = 37.5%
BLUE value IS 163 (64.06% from 255) = 47.38%
R=15.12%
G=37.5%
B=47.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal521291630.680.2100.36198.3851.6342.16
Hex3481A34415024c6342a
Octal64201243104250443066452
Binary1101001000000110100011100010010101010010011000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3481A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3481A3; }

 p { color: rgb(52,129,163); }

 H1.HeaderClassName
 {
   color: #3481A3;
 }
 .AnyTagClassName
 {
   color: #3481A3;
 }
</style>
background-color css

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

 a { background-color: rgb(52,129,163); }

 div.DivClassName
 {
   background-color: #3481A3;
 }
 .BgClassName
 {
   background-color: #3481A3;
 }
</style>
border-color css

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

 span { border-color: rgb(52,129,163); }

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