#38939E

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

Shades of Scooter #38939E

Tints of Scooter #38939E

Color information

#38939E (or 0x38939E) is unknown color: approx Scooter. HEX triplet: 38, 93 and 9E. RGB value is (56,147,158). Sum of RGB (Red+Green+Blue) = 56+147+158=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #38939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38939E is #C76C61. Grayscale: #787878. Windows color (decimal): -13069410 or 10392376. OLE color: 10392376.

HSL color Cylindrical-coordinate representation of color #38939E: hue angle of 186.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38939E is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56147158-
CMYK0.650.0700.38
HSL186.47º47.66%41.96%-
HSV(B)186.47º64.56%61.96%-
XYZ18.2424.1836.05-
YUV121.04148.8581.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.51%
GREEN value IS 147 (57.81% from 255) = 40.72%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=15.51%
G=40.72%
B=43.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561471580.650.0700.38186.4747.6641.96
Hex38939E417026ba302a
Octal7022323610170462726052
Binary11100010010011100111101000001111010011010111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38939E; }

 p { color: rgb(56,147,158); }

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

<style>
 a { background-color: #38939E; }

 a { background-color: rgb(56,147,158); }

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

<style>
 span { border-color: #38939E; }

 span { border-color: rgb(56,147,158); }

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