#318CAD

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

Shades of Scooter #318CAD

Tints of Scooter #318CAD

Color information

#318CAD (or 0x318CAD) is unknown color: approx Scooter. HEX triplet: 31, 8C and AD. RGB value is (49,140,173). Sum of RGB (Red+Green+Blue) = 49+140+173=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #318CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318CAD is #CE7352. Grayscale: #747474. Windows color (decimal): -13529939 or 11373617. OLE color: 11373617.

HSL color Cylindrical-coordinate representation of color #318CAD: hue angle of 195.97º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #318CAD is Cyan = 0.72, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49140173-
CMYK0.720.1900.32
HSL195.97º55.86%43.53%-
HSV(B)195.97º71.68%67.84%-
XYZ18.1922.4342.91-
YUV116.55159.8579.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.54%
GREEN value IS 140 (55.08% from 255) = 38.67%
BLUE value IS 173 (67.97% from 255) = 47.79%
R=13.54%
G=38.67%
B=47.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491401730.720.1900.32195.9755.8643.53
Hex318CAD4813020c4382c
Octal61214255110230403047054
Binary1100011000110010101101100100010011010000011000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318CAD; }

 p { color: rgb(49,140,173); }

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

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

 a { background-color: rgb(49,140,173); }

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

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

 span { border-color: rgb(49,140,173); }

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