#319CA3

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

Shades of Scooter #319CA3

Tints of Scooter #319CA3

Color information

#319CA3 (or 0x319CA3) is unknown color: approx Scooter. HEX triplet: 31, 9C and A3. RGB value is (49,156,163). Sum of RGB (Red+Green+Blue) = 49+156+163=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 163 (64.06% from 255 or 44.29% from 368); Max value from RGB is 163 - color contains mainly: blue. Hex color #319CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #319CA3 is #CE635C. Grayscale: #7C7C7C. Windows color (decimal): -13525853 or 10722353. OLE color: 10722353.

HSL color Cylindrical-coordinate representation of color #319CA3: hue angle of 183.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #319CA3 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49156163-
CMYK0.700.0400.36
HSL183.68º53.77%41.57%-
HSV(B)183.68º69.94%63.92%-
XYZ19.7727.0738.83-
YUV124.8149.5573.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.32%
GREEN value IS 156 (61.33% from 255) = 42.39%
BLUE value IS 163 (64.06% from 255) = 44.29%
R=13.32%
G=42.39%
B=44.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491561630.700.0400.36183.6853.7741.57
Hex319CA3464024b8362a
Octal6123424310640442706652
Binary11000110011100101000111000110100010010010111000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319CA3; }

 p { color: rgb(49,156,163); }

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

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

 a { background-color: rgb(49,156,163); }

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

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

 span { border-color: rgb(49,156,163); }

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