#38989D

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

Shades of Scooter #38989D

Tints of Scooter #38989D

Color information

#38989D (or 0x38989D) is unknown color: approx Scooter. HEX triplet: 38, 98 and 9D. RGB value is (56,152,157). Sum of RGB (Red+Green+Blue) = 56+152+157=365 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.34% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #38989D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38989D is #C76762. Grayscale: #7B7B7B. Windows color (decimal): -13068131 or 10328120. OLE color: 10328120.

HSL color Cylindrical-coordinate representation of color #38989D: hue angle of 182.97º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38989D is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56152157-
CMYK0.640.0300.38
HSL182.97º47.42%41.76%-
HSV(B)182.97º64.33%61.57%-
XYZ18.9425.7335.87-
YUV123.87146.779.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.34%
GREEN value IS 152 (59.77% from 255) = 41.64%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=15.34%
G=41.64%
B=43.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561521570.640.0300.38182.9747.4241.76
Hex38989D403026b72f2a
Octal7023023510030462675752
Binary1110001001100010011101100000011010011010110111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38989D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38989D; }

 p { color: rgb(56,152,157); }

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

<style>
 a { background-color: #38989D; }

 a { background-color: rgb(56,152,157); }

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

<style>
 span { border-color: #38989D; }

 span { border-color: rgb(56,152,157); }

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