#217D95

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

Shades of Scooter #217D95

Tints of Scooter #217D95

Color information

#217D95 (or 0x217D95) is unknown color: approx Scooter. HEX triplet: 21, 7D and 95. RGB value is (33,125,149). Sum of RGB (Red+Green+Blue) = 33+125+149=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #217D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217D95 is #DE826A. Grayscale: #646464. Windows color (decimal): -14582379 or 9796897. OLE color: 9796897.

HSL color Cylindrical-coordinate representation of color #217D95: hue angle of 192.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #217D95 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33125149-
CMYK0.780.1600.42
HSL192.41º63.74%35.69%-
HSV(B)192.41º77.85%58.43%-
XYZ13.3917.1631.04-
YUV100.23155.5280.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.75%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=10.75%
G=40.72%
B=48.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331251490.780.1600.42192.4163.7435.69
Hex217D954E1002Ac04024
Octal411752251162005230010044
Binary1000011111101100101011001110100000101010110000001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217D95; }

 p { color: rgb(33,125,149); }

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

<style>
 a { background-color: #217D95; }

 a { background-color: rgb(33,125,149); }

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

<style>
 span { border-color: #217D95; }

 span { border-color: rgb(33,125,149); }

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