#338DAD

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

Shades of Scooter #338DAD

Tints of Scooter #338DAD

Color information

#338DAD (or 0x338DAD) is unknown color: approx Scooter. HEX triplet: 33, 8D and AD. RGB value is (51,141,173). Sum of RGB (Red+Green+Blue) = 51+141+173=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #338DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338DAD is #CC7252. Grayscale: #757575. Windows color (decimal): -13398611 or 11373875. OLE color: 11373875.

HSL color Cylindrical-coordinate representation of color #338DAD: hue angle of 195.74º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #338DAD is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB51141173-
CMYK0.710.1800.32
HSL195.74º54.46%43.92%-
HSV(B)195.74º70.52%67.84%-
XYZ18.4322.7742.96-
YUV117.74159.1880.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.97%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=13.97%
G=38.63%
B=47.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal511411730.710.1800.32195.7454.4643.92
Hex338DAD4712020c4362c
Octal63215255107220403046654
Binary1100111000110110101101100011110010010000011000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338DAD; }

 p { color: rgb(51,141,173); }

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

<style>
 a { background-color: #338DAD; }

 a { background-color: rgb(51,141,173); }

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

<style>
 span { border-color: #338DAD; }

 span { border-color: rgb(51,141,173); }

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