#38929B

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

Shades of Scooter #38929B

Tints of Scooter #38929B

Color information

#38929B (or 0x38929B) is unknown color: approx Scooter. HEX triplet: 38, 92 and 9B. RGB value is (56,146,155). Sum of RGB (Red+Green+Blue) = 56+146+155=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #38929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38929B is #C76D64. Grayscale: #777777. Windows color (decimal): -13069669 or 10195512. OLE color: 10195512.

HSL color Cylindrical-coordinate representation of color #38929B: hue angle of 185.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38929B is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56146155-
CMYK0.640.0600.39
HSL185.45º46.92%41.37%-
HSV(B)185.45º63.87%60.78%-
XYZ17.8323.7734.66-
YUV120.12147.6882.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=15.69%
G=40.90%
B=43.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561461550.640.0600.39185.4546.9241.37
Hex38929B406027b92f29
Octal7022223310060472715751
Binary11100010010010100110111000000110010011110111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38929B; }

 p { color: rgb(56,146,155); }

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

<style>
 a { background-color: #38929B; }

 a { background-color: rgb(56,146,155); }

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

<style>
 span { border-color: #38929B; }

 span { border-color: rgb(56,146,155); }

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